added polybar

This commit is contained in:
Chris Cochrun 2020-05-20 21:55:53 -05:00
parent bfc669f9bc
commit 4acfbccfca
3 changed files with 439 additions and 0 deletions

10
polybar/polybarstart Executable file
View file

@ -0,0 +1,10 @@
#!/bin/bash
# Terminate already running bar instances
killall -q polybar
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar
polybar example -r &