From 893a6baa5aa0d7152411d4e63bbec40493d527be Mon Sep 17 00:00:00 2001 From: Riyyi Date: Fri, 3 May 2019 16:53:59 +0200 Subject: [PATCH] Also update workspace indicators when closing inactive ones --- .scripts/panel/lemonbar.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.scripts/panel/lemonbar.sh b/.scripts/panel/lemonbar.sh index 2543d20..30d442b 100755 --- a/.scripts/panel/lemonbar.sh +++ b/.scripts/panel/lemonbar.sh @@ -53,7 +53,7 @@ start() { DIR="$(dirname "$0")" # Setup workspaces block with xprop events - xprop -root -spy _NET_CURRENT_DESKTOP | while read -r line; do + xprop -root -spy _NET_CURRENT_DESKTOP _NET_NUMBER_OF_DESKTOPS | while read -r line; do "$DIR"/workspaces.sh done > "$PIPE" &