more stuff

This commit is contained in:
qvalentin 2021-10-08 18:16:06 +02:00
parent 4457d4e7dd
commit 8c4d844867
6 changed files with 9 additions and 18 deletions

View file

@ -3,7 +3,7 @@
result=$(echo -e "Shutdown\nRestart\nSleep\nLock" | dmenu -nb "$color0" -nf "$color15" -sb "$color1" -sf "$color15" -p "")
case "$result" in
("Shutdown") shutdownnow ;;
("Shutdown") systemctl poweroff;;
("Restart") reboot ;;
("Sleep") systemctl suspend ;;
("Lock") betterlockscreen -l ;;