added base config

This commit is contained in:
Simon
2020-05-05 10:43:39 +02:00
parent fad113684c
commit 0946372193
159 changed files with 9524 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
#!/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
polybar landscape -r &
insync
echo "Bar launched..."