No need to have polybar listen for FS events

This commit is contained in:
Jake Howard 2019-09-03 12:35:31 +01:00
parent 897f5d0dbf
commit 033a5e203f
Signed by: jake
GPG Key ID: 57AFB45680EDD477
1 changed files with 2 additions and 2 deletions

View File

@ -5,6 +5,6 @@
pkill polybar
for m in $(polybar --list-monitors | cut -d":" -f1); do
MONITOR=$m polybar --reload top &
MONITOR=$m polybar --reload bottom &
MONITOR=$m polybar top &
MONITOR=$m polybar bottom &
done