diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-05-26 22:19:13 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-26 22:19:13 -0500 |
| commit | 4e94136dbf18476c3a464796ea720cbd68f22c07 (patch) | |
| tree | badb00a9943ba9cc8e18097277d469f6c21ef73e /scripts/powermenu.sh | |
| parent | c4e0e5550af1bb87e15c93464aa1c9f108f9d2ec (diff) | |
Delete powermenu.sh
Diffstat (limited to 'scripts/powermenu.sh')
| -rw-r--r-- | scripts/powermenu.sh | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/powermenu.sh b/scripts/powermenu.sh deleted file mode 100644 index 5b561a6..0000000 --- a/scripts/powermenu.sh +++ /dev/null @@ -1,6 +0,0 @@ -case "$(echo -e "Poweroff \nReboot ﰇ\nSuspend ⏾\nCancel ﰸ" | dmenu)" in - "Poweroff ") loginctl poweroff ;; - "Reboot ﰇ") loginctl reboot ;; - "Suspend ⏾") loginctl suspend ;; - "Cancel ﰸ") exit ;; -esac |
