diff options
| author | srdusr <trevorgray@srdusr.com> | 2023-12-12 12:37:36 +0200 |
|---|---|---|
| committer | srdusr <trevorgray@srdusr.com> | 2023-12-12 12:37:36 +0200 |
| commit | 90e0ed30c990225c9b4a6171606219807b041778 (patch) | |
| tree | 330889901d433a1dc9c5b3604aaa02339114c7a7 /.config/polybar/scripts/sysmenu.sh | |
| parent | cd3f6f76144c4fd6191ea018f1bb036561e1d675 (diff) | |
| download | dotfiles-90e0ed30c990225c9b4a6171606219807b041778.tar.gz dotfiles-90e0ed30c990225c9b4a6171606219807b041778.zip | |
Changed shutdown command
Diffstat (limited to '.config/polybar/scripts/sysmenu.sh')
| -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 |
