New backup 2024-05-01 19:45:02
This commit is contained in:
parent
7ccd931543
commit
c9da6e7606
1 changed files with 4 additions and 1 deletions
|
@ -1,7 +1,10 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
op=$( echo -e "⏻ Poweroff\n Reboot\n Suspend\n🔒 Lock\n Logout" | wofi -i --dmenu -a | awk '{print tolower($2)}' )
|
||||
op=$( echo -e " Reload\n⏻ Poweroff\n Reboot\n Suspend\n🔒 Lock\n Logout" | wofi -i --dmenu -a | awk '{print tolower($2)}' )
|
||||
case $op in
|
||||
reload)
|
||||
sway-run;swaymsg exit
|
||||
;;
|
||||
poweroff)
|
||||
;&
|
||||
reboot)
|
||||
|
|
Loading…
Add table
Reference in a new issue