disable unnecessary waybar reload

This commit is contained in:
Penelope Gwen 2024-06-25 02:33:27 -06:00
commit b9e56f8cd4
2 changed files with 9 additions and 3 deletions

View file

@ -18,7 +18,7 @@ done
if [ -f "${lock_script}" ]; then if [ -f "${lock_script}" ]; then
bash -c "${lock_script}" bash -c "${lock_script}"
fi fi
gtklock gtklock -s "${HOME}/.config/gtklock/style.css"
if [ -f "${unlock_script}" ]; then if [ -f "${unlock_script}" ]; then
bash -c "${unlock_script}" bash -c "${unlock_script}"
fi fi

10
debian/changelog vendored
View file

@ -1,8 +1,14 @@
sway-profiles (0.3.5) unstable; urgency=medium
* disable unnecessary waybar reload
-- Penelope Gwen <support@pogmom.me> Tue, 25 Jun 2024 02:32:59 -0600
sway-profiles (0.3.4) unstable; urgency=medium sway-profiles (0.3.4) unstable; urgency=medium
* disable unnecessary reload of waybar * ensure that gtklock uses css file
-- Penelope Gwen <support@pogmom.me> Tue, 25 Jun 2024 02:30:36 -0600 -- Penelope Gwen <support@pogmom.me> Sat, 15 Jun 2024 22:53:59 -0600
sway-profiles (0.3.3) unstable; urgency=medium sway-profiles (0.3.3) unstable; urgency=medium