disable unnecessary waybar reload
This commit is contained in:
commit
b9e56f8cd4
2 changed files with 9 additions and 3 deletions
|
@ -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
10
debian/changelog
vendored
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue