antigen and laptop polybar

This commit is contained in:
danijoo
2020-03-13 11:30:10 +01:00
parent c51f76c8ab
commit 35f9301aaf
5 changed files with 33 additions and 20 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 workstation &
polybar -c ~/.config/polybar/config workstation2 &
polybar -c ~/.config/polybar/config laptop &
polybar -c ~/.config/polybar/config laptop_extern &
echo "Bars launched..."