diff options
Diffstat (limited to 'polybar/launcher.sh')
| -rwxr-xr-x | polybar/launcher.sh | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/polybar/launcher.sh b/polybar/launcher.sh new file mode 100755 index 0000000..e68e728 --- /dev/null +++ b/polybar/launcher.sh @@ -0,0 +1,9 @@ +#!/bin/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 Polybar, using default config location ~/.config/polybar/config.ini +polybar mainbar 2>&1 | tee -a /tmp/polybar.log & disown |
