correct sp-lock gtklock arguments

This commit is contained in:
Penelope Gwen 2024-06-15 22:55:05 -06:00
parent e8bed249df
commit 3be80d68b4
2 changed files with 7 additions and 1 deletions

View file

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

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