diff --git a/bin/sp-lock b/bin/sp-lock index 84fa6f7..7e01368 100755 --- a/bin/sp-lock +++ b/bin/sp-lock @@ -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 diff --git a/debian/changelog b/debian/changelog index 64d9d22..dc8b1d3 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,8 +1,14 @@ +sway-profiles (0.3.5) unstable; urgency=medium + + * disable unnecessary waybar reload + + -- Penelope Gwen Tue, 25 Jun 2024 02:32:59 -0600 + sway-profiles (0.3.4) unstable; urgency=medium - * disable unnecessary reload of waybar + * ensure that gtklock uses css file - -- Penelope Gwen Tue, 25 Jun 2024 02:30:36 -0600 + -- Penelope Gwen Sat, 15 Jun 2024 22:53:59 -0600 sway-profiles (0.3.3) unstable; urgency=medium