armory: update with current config

This commit is contained in:
Trianta
2024-05-15 22:31:01 -05:00
parent 620afc5bb2
commit 36842e744f
8 changed files with 26 additions and 27 deletions
+1 -9
View File
@@ -1,11 +1,9 @@
#!/bin/bash
case $(wofi -d -L 6 -l 3 -W 100 -x -100 -y 10 \
case $(wofi -d -L 6 -l 3 -W 100 -x -490 -y 0 \
-D dynamic_lines=true << EOF | sed 's/^ *//'
Shutdown
Reboot
Log off
Sleep
Lock
Cancel
EOF
) in
@@ -15,12 +13,6 @@ EOF
"Reboot")
systemctl reboot
;;
"Sleep")
systemctl suspend
;;
"Lock")
loginctl lock-session
;;
"Log off")
hyprctl dispatch exit
;;