diff options
Diffstat (limited to '.config/polybar')
| -rwxr-xr-x | .config/polybar/scripts/sysmenu.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.config/polybar/scripts/sysmenu.sh b/.config/polybar/scripts/sysmenu.sh index 000adc7..a3a7a2a 100755 --- a/.config/polybar/scripts/sysmenu.sh +++ b/.config/polybar/scripts/sysmenu.sh @@ -25,7 +25,7 @@ chosen="$(echo -e "$options" | rofi -no-lazy-grab -sep -config "$config_file" -d case $chosen in $shutdown) - systemctl poweroff + shutdown now ;; $reboot) systemctl reboot |
