No need to have polybar listen for FS events
This commit is contained in:
parent
897f5d0dbf
commit
033a5e203f
1 changed files with 2 additions and 2 deletions
|
@ -5,6 +5,6 @@
|
||||||
pkill polybar
|
pkill polybar
|
||||||
|
|
||||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||||
MONITOR=$m polybar --reload top &
|
MONITOR=$m polybar top &
|
||||||
MONITOR=$m polybar --reload bottom &
|
MONITOR=$m polybar bottom &
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue