Polybar workstation

This commit is contained in:
Daniel Bauer
2020-02-20 14:56:49 +01:00
parent 7ca77dee30
commit 94edb261d8
3 changed files with 14 additions and 471 deletions

View File

@@ -6,7 +6,7 @@ killall -q polybar
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar -c ~/.config/polybar/config laptop &
polybar -c ~/.config/polybar/config laptop_extern &
polybar -c ~/.config/polybar/config workstation &
polybar -c ~/.config/polybar/config workstation2 &
echo "Bars launched..."