Rename bar from example
This commit is contained in:
parent
d0029343c6
commit
4cc5624f82
2 changed files with 2 additions and 2 deletions
|
@ -5,5 +5,5 @@
|
|||
pkill polybar
|
||||
|
||||
for m in $(polybar --list-monitors | cut -d":" -f1); do
|
||||
MONITOR=$m polybar --reload example &
|
||||
MONITOR=$m polybar --reload top &
|
||||
done
|
||||
|
|
|
@ -8,7 +8,7 @@ alert = #bd2c40
|
|||
[settings]
|
||||
screenchange-reload = true
|
||||
|
||||
[bar/example]
|
||||
[bar/top]
|
||||
monitor = ${env:MONITOR:}
|
||||
width = 100%
|
||||
height = 30
|
||||
|
|
Loading…
Reference in a new issue