more stuff
This commit is contained in:
parent
4457d4e7dd
commit
8c4d844867
6 changed files with 9 additions and 18 deletions
|
@ -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 ;;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue