original 3.13

This commit is contained in:
Penelope Gwen 2025-03-14 16:01:12 -07:00
parent 1882b58821
commit 984bff1c74
2 changed files with 7 additions and 1 deletions

View file

@ -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
View file

@ -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