Add polybar configuration

Signed-off-by: Severin Kaderli <severin.kaderli@gmail.com>
This commit is contained in:
Severin Kaderli 2017-06-15 21:21:24 +02:00
parent a1117b541d
commit 6744982639
7 changed files with 180 additions and 40 deletions

11
.config/polybar/launch.sh Executable file
View file

@ -0,0 +1,11 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar top &
polybar top2 &