Browse Source

Also update workspace indicators when closing inactive ones

master
Riyyi 5 years ago
parent
commit
893a6baa5a
  1. 2
      .scripts/panel/lemonbar.sh

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

Loading…
Cancel
Save