correct sp-lock gtklock arguments
This commit is contained in:
parent
e8bed249df
commit
3be80d68b4
2 changed files with 7 additions and 1 deletions
|
@ -18,7 +18,7 @@ done
|
|||
if [ -f "${lock_script}" ]; then
|
||||
bash -c "${lock_script}"
|
||||
fi
|
||||
gtklock
|
||||
gtklock -s "${HOME}/.config/gtklock/style.css"
|
||||
if [ -f "${unlock_script}" ]; then
|
||||
bash -c "${unlock_script}"
|
||||
fi
|
||||
|
|
6
debian/changelog
vendored
6
debian/changelog
vendored
|
@ -1,3 +1,9 @@
|
|||
sway-profiles (0.3.4) unstable; urgency=medium
|
||||
|
||||
* ensure that gtklock uses css file
|
||||
|
||||
-- Penelope Gwen <support@pogmom.me> Sat, 15 Jun 2024 22:53:59 -0600
|
||||
|
||||
sway-profiles (0.3.3) unstable; urgency=medium
|
||||
|
||||
* use gtklock instead of swaylock
|
||||
|
|
Loading…
Add table
Reference in a new issue