diff options
| author | ozpv <39195175+ozpv@users.noreply.github.com> | 2022-06-03 22:43:14 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-03 22:43:14 -0500 |
| commit | 9f2f3e4d60662ff661669afed1db7f7a2162ced0 (patch) | |
| tree | 41036a0a42fc898e5ba291ae448e7466640605f4 /scripts | |
| parent | 36302bcb7bac688ff9cc6139affc6bf6ffc073b3 (diff) | |
update
Diffstat (limited to 'scripts')
| -rw-r--r-- | scripts/powermenu | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/powermenu b/scripts/powermenu index fac1db0..a7e7803 100644 --- a/scripts/powermenu +++ b/scripts/powermenu @@ -1,5 +1,5 @@ #!/bin/sh -case "$(echo -e "Poweroff \nReboot ﰇ\nSuspend ⏾\nCancel ﰸ" | dmenu)" in +case "$(echo "Poweroff \nReboot ﰇ\nSuspend ⏾\nCancel ﰸ" | dmenu)" in "Poweroff ") loginctl poweroff ;; "Reboot ﰇ") loginctl reboot ;; "Suspend ⏾") loginctl suspend ;; |
