{"id":14235818,"url":"https://github.com/lu0/rofi-blurry-powermenu","last_synced_at":"2025-04-10T11:52:17.450Z","repository":{"id":40313250,"uuid":"276612933","full_name":"lu0/rofi-blurry-powermenu","owner":"lu0","description":"A full-screen power menu for Linux with a blur effect, made with Rofi.","archived":false,"fork":false,"pushed_at":"2022-07-15T01:31:01.000Z","size":4171,"stargazers_count":44,"open_issues_count":0,"forks_count":3,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-24T10:45:44.520Z","etag":null,"topics":["cinnamon","dmenu","feather-icons","hacktoberfest","linux","mate-desktop-environment","powermenu","rofi","rofi-config","rofi-scripts","rofi-theme","xfce"],"latest_commit_sha":null,"homepage":"","language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lu0.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2020-07-02T10:07:49.000Z","updated_at":"2025-03-05T05:29:43.000Z","dependencies_parsed_at":"2022-07-11T11:34:09.636Z","dependency_job_id":null,"html_url":"https://github.com/lu0/rofi-blurry-powermenu","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Frofi-blurry-powermenu","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Frofi-blurry-powermenu/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Frofi-blurry-powermenu/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lu0%2Frofi-blurry-powermenu/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lu0","download_url":"https://codeload.github.com/lu0/rofi-blurry-powermenu/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248215192,"owners_count":21066622,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cinnamon","dmenu","feather-icons","hacktoberfest","linux","mate-desktop-environment","powermenu","rofi","rofi-config","rofi-scripts","rofi-theme","xfce"],"created_at":"2024-08-20T21:02:22.806Z","updated_at":"2025-04-10T11:52:17.444Z","avatar_url":"https://github.com/lu0.png","language":"Shell","funding_links":[],"categories":["Shell"],"sub_categories":[],"readme":"# Rofi Blurry Powermenu \n\n![Preview while on desktop](./assets/preview.png)\n![Preview while busy](./assets/preview_busy.png)\n\nA simple yet beautiful powermenu made with [Rofi](https://github.com/davatorium/rofi), simulates a blur effect in the current screen.\n\n**NOTE**: Tested on Xserver environments, Wayland compatibility is planned for a future release.\n\n\n- [Rofi Blurry Powermenu](#rofi-blurry-powermenu)\n  - [Installation](#installation)\n  - [Usage](#usage)\n    - [From the terminal on Cinnamon, XFCE and Mate](#from-the-terminal-on-cinnamon-xfce-and-mate)\n    - [Other Desktop Environments](#other-desktop-environments)\n  - [Acknowledgments](#acknowledgments)\n\n## Installation\n\nClone this repo in your `rofi` config folder\n```bash\ngit clone https://github.com/lu0/rofi-blurry-powermenu.git ~/.config/rofi/blurry-powermenu\n```\n\nLink the script to your PATH\n```bash\ncd ~/.config/rofi/blurry-powermenu\nsudo ln -srf powermenu.sh /usr/bin/blurry-powermenu\n```\n\nInstall dependencies\n```bash\nsudo apt update \u0026\u0026 sudo apt install -y rofi scrot imagemagick\npython3 -m pip install -r requirements.txt\n```\n\nInstall included fonts\n```sh\nsudo cp fonts/* /usr/share/fonts/ \u0026\u0026 fc-cache -f\n```\n\n\n## Usage\n\n### From the terminal on Cinnamon, XFCE and Mate\n\nTrigger the powermenu, the `lock` option is highlighted by default.\n```bash\nblurry-powermenu\n```\n\nSee the entire list of options\n```bash\nblurry-powermenu --help\n```\n\n### Other Desktop Environments\nDepending on your system, there might be specific DE commands to lock your\nscreen and log out from the session. You may have to change the commands inside\nthe `case` statement of the script `powermenu.sh` for it to work on your system.\n\n```bash\ncase $selected in\n    \"${poweroff}\")\n        systemctl poweroff\n        ;;\n    \"${reboot}\")\n        systemctl reboot\n        ;;\n    \"${sleep}\")\n        systemctl suspend\n        ;;\n    \"${logout}\")\n        # DE specific\n        ;;\n    \"${lock}\")\n        # DE specific\n        ;;\nesac\n```\n\n## Acknowledgments\nThis powermenu uses open source fonts\n[Webly SleekUI](https://fonts2u.com/weblysleek-ui-semilight.font)\nand\n[Feather](https://github.com/feathericons/feather).\n\nI compiled Feather using [my modified fork](https://github.com/lu0/svg-to-ttf)\nof [rfbezerra's `svg-to-ttf` utility](https://github.com/rfbezerra/svg-to-ttf)\n(which uses [Fontcustom](https://github.com/FontCustom/fontcustom))\nto set the start of the character map.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu0%2Frofi-blurry-powermenu","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flu0%2Frofi-blurry-powermenu","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flu0%2Frofi-blurry-powermenu/lists"}