aboutsummaryrefslogtreecommitdiff
path: root/.config/polybar/scripts/sysmenu.sh
diff options
context:
space:
mode:
authorsrdusr <trevorgray@srdusr.com>2023-12-12 12:37:36 +0200
committersrdusr <trevorgray@srdusr.com>2023-12-12 12:37:36 +0200
commit90e0ed30c990225c9b4a6171606219807b041778 (patch)
tree330889901d433a1dc9c5b3604aaa02339114c7a7 /.config/polybar/scripts/sysmenu.sh
parentcd3f6f76144c4fd6191ea018f1bb036561e1d675 (diff)
downloaddotfiles-90e0ed30c990225c9b4a6171606219807b041778.tar.gz
dotfiles-90e0ed30c990225c9b4a6171606219807b041778.zip
Changed shutdown command
Diffstat (limited to '.config/polybar/scripts/sysmenu.sh')
-rwxr-xr-x.config/polybar/scripts/sysmenu.sh2
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