1
0
Fork 0
mirror of https://github.com/kastdeur/dotfiles.git synced 2025-06-18 05:06:38 +02:00

[polybar] Added some PolyBar Config

This commit is contained in:
Eric-Teunis de Boone 2020-11-20 15:23:42 +01:00
parent 375c954e2b
commit b62b55e417
11 changed files with 908 additions and 1 deletions

12
polybar/launch.sh Executable file
View file

@ -0,0 +1,12 @@
#!/usr/bin/env bash
# Terminate already running bar instances
killall -q polybar
# If all your bars have ipc enabled, you can also use
# polybar-msg cmd quit
# Launch bar1 and bar2
echo "---" | tee -a /tmp/polybar1.log
polybar primary >>/tmp/polybar1.log 2>&1 &
echo "Bars launched..."