summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorozpv <39195175+ozpv@users.noreply.github.com>2022-05-26 22:19:13 -0500
committerGitHub <noreply@github.com>2022-05-26 22:19:13 -0500
commit4e94136dbf18476c3a464796ea720cbd68f22c07 (patch)
treebadb00a9943ba9cc8e18097277d469f6c21ef73e /scripts
parentc4e0e5550af1bb87e15c93464aa1c9f108f9d2ec (diff)
Delete powermenu.sh
Diffstat (limited to 'scripts')
-rw-r--r--scripts/powermenu.sh6
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