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" &