Also update workspace indicators when closing inactive ones

This commit is contained in:
Riyyi
2019-05-03 16:53:59 +02:00
parent 47b6742a0b
commit 893a6baa5a
+1 -1
View File
@@ -53,7 +53,7 @@ start() {
DIR="$(dirname "$0")" DIR="$(dirname "$0")"
# Setup workspaces block with xprop events # 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 "$DIR"/workspaces.sh
done > "$PIPE" & done > "$PIPE" &