joplin, polybar and i3wm config update

This commit is contained in:
2018-11-08 17:09:19 -02:00
parent 0f8e9f4fb1
commit a98aceff1b
6 changed files with 1449 additions and 68 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
# 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 default &
echo "Bars launched..."