Update scripts.

This commit is contained in:
CronyAkatsuki 2024-12-25 21:13:41 +01:00
parent f58138fca7
commit 3c479393f0

View File

@ -8,8 +8,8 @@ load_config() {
menu() {
case "$(printf "shutdown\\nreboot" | $DMENU -p "Choose your poison")" in
"shutdown") loginctl poweroff ;;
"reboot") loginctl reboot ;;
"shutdown") poweroff ;;
"reboot") reboot ;;
esac
}