added sp-lock unlock script

This commit is contained in:
Penelope Gwen 2024-06-05 15:34:34 -06:00
commit 74d77b3fb4
2 changed files with 8 additions and 2 deletions

View file

@ -1,6 +1,6 @@
#!/usr/bin/env bash
op=$( echo -e " Reload\n⏻ 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)
;&

8
debian/changelog vendored
View file

@ -1,9 +1,15 @@
sway-profiles (0.2) UNRELEASED; urgency=medium
sway-profiles (0.3) unstable; urgency=medium
* added sp-lock unlock scripts
-- Penelope Gwen <support@pogmom.me> Wed, 05 Jun 2024 15:29:28 -0600
sway-profiles (0.2) unstable; urgency=medium
* Remove dangling option from sp-powermenu.
-- Penelope Gwen <support@pogmom.me> Thu, 4 Jun 2024 04:08:33 -0600
sway-profiles (0.1) unstable; urgency=medium
* Initial release.