Shutdown script now on bottom

This commit is contained in:
Alexis Jhon Gaspar 2023-09-28 20:36:27 +08:00
parent 9be2076344
commit 18ff5c566b

View file

@ -7,7 +7,7 @@ USER_OPT1=$(printf "Shutdown\nReboot\nExit\nLock\nKill X" | spmenu -b -l 5 -g 1
case "$USER_OPT1" in
"Shutdown") sudo shutdown now || doas shutdown now ;;
"Reboot") reboot ;;
"Exit") exit 0 ;;
"Exit") loginctl kill-session self;;
"Lock") slock ;;
"Kill X") pkill Xorg || pkill X ;;
"") exit 0 ;;