typo
This commit is contained in:
parent
b6556119e2
commit
a95d951654
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@
|
||||||
killall -q polybar
|
killall -q polybar
|
||||||
# Launch bar
|
# Launch bar
|
||||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||||
MONITOR=$m polybar --reload --config=/home/mg/dotfiles/polybar/config bar&
|
MONITOR=$m polybar --reload --config=/home/mg/dotfiles/polybar/config bar &
|
||||||
# damit wird polybar für jeden monitor gestartet
|
# damit wird polybar für jeden monitor gestartet
|
||||||
# https://github.com/polybar/polybar/issues/763
|
# https://github.com/polybar/polybar/issues/763
|
||||||
done
|
done
|
||||||
|
|
Loading…
Reference in a new issue