original 3.13
This commit is contained in:
parent
1882b58821
commit
984bff1c74
2 changed files with 7 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/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 "⏻ Poweroff\n Reboot\n Suspend\n Lock\n Logout" | wofi -i --dmenu -a | awk '{print tolower($2)}' )
|
||||
case $op in
|
||||
poweroff)
|
||||
;&
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
sway-profiles (0.3.13) unstable; urgency=medium
|
||||
|
||||
* corrected lock character in sp-powermenu
|
||||
|
||||
-- Penelope Gwen <penelope@pogmom.me> Tue, 04 Mar 2025 22:00:00 +0000
|
||||
|
||||
sway-profiles (0.3.12) unstable; urgency=medium
|
||||
|
||||
* fix variable substitution in configs
|
||||
|
|
Loading…
Add table
Reference in a new issue