From 90e0ed30c990225c9b4a6171606219807b041778 Mon Sep 17 00:00:00 2001 From: srdusr Date: Tue, 12 Dec 2023 12:37:36 +0200 Subject: Changed shutdown command --- .config/polybar/scripts/sysmenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/polybar') 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 -- cgit v1.2.3