added sp-lock unlock script
This commit is contained in:
commit
74d77b3fb4
2 changed files with 8 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
#!/usr/bin/env bash
|
#!/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
|
case $op in
|
||||||
poweroff)
|
poweroff)
|
||||||
;&
|
;&
|
||||||
|
|
8
debian/changelog
vendored
8
debian/changelog
vendored
|
@ -1,9 +1,15 @@
|
||||||
sway-profiles (0.2) UNRELEASED; urgency=medium
|
sway-profiles (0.3) unstable; urgency=medium
|
||||||
|
|
||||||
* added sp-lock unlock scripts
|
* added sp-lock unlock scripts
|
||||||
|
|
||||||
-- Penelope Gwen <support@pogmom.me> Wed, 05 Jun 2024 15:29:28 -0600
|
-- 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
|
sway-profiles (0.1) unstable; urgency=medium
|
||||||
|
|
||||||
* Initial release.
|
* Initial release.
|
||||||
|
|
Loading…
Add table
Reference in a new issue