Initial dotfiles

This commit is contained in:
Philip Henning 2017-12-25 17:35:45 +01:00
parent 492e07f40a
commit 8ca52fb1e6
26 changed files with 1255 additions and 0 deletions

View file

@ -0,0 +1,13 @@
#!/usr/bin/env sh
# Terminate already running bar instances
killall -q polybar
killall -q refresh_bar_usb_nic.sh
# Wait until the processes have been shut down
while pgrep -u $UID -x polybar >/dev/null; do sleep 1; done
# Launch bar1 and bar2
polybar -r -q 9560-top &
polybar -r -q 9560-bottom &
$HOME/.config/polybar/refresh_bar_usb_nic.sh &