From 39208e1eec9257b08e4d436df97d7e578cb2ef78 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Tue, 25 Jun 2024 02:32:23 -0600 Subject: [PATCH] remove waybar reload --- bin/sp-profiles | 1 - debian/changelog | 6 ++++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bin/sp-profiles b/bin/sp-profiles index 03531da..b8046a7 100755 --- a/bin/sp-profiles +++ b/bin/sp-profiles @@ -41,6 +41,5 @@ for i in {1..10};do done moveto="${p_num}1:${p_icon}" -killall -SIGUSR2 waybar swaymsg 'workspace number "'"${p_num}"'"1:"'"${p_icon}"'"' echo "${op}" > "${cache_dir}/active_profile" diff --git a/debian/changelog b/debian/changelog index 98ba7b8..64d9d22 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +sway-profiles (0.3.4) unstable; urgency=medium + + * disable unnecessary reload of waybar + + -- Penelope Gwen Tue, 25 Jun 2024 02:30:36 -0600 + sway-profiles (0.3.3) unstable; urgency=medium * use gtklock instead of swaylock