Add polybar launcher bash script

This commit is contained in:
Ferit Yiğit BALABAN
2022-01-13 22:12:48 +03:00
parent f7c4d9d11d
commit 82c6b48c54
2 changed files with 16 additions and 0 deletions

9
launch_polybar.sh Normal file
View File

@@ -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
polybar example 2>&1 | tee -a /tmp/polybar.log & disown