It just works better now

This commit is contained in:
Ferit Yiğit BALABAN
2022-03-14 01:01:40 +03:00
parent 6037c0fe67
commit 1bc18b085e

View File

@@ -1,9 +1,2 @@
#!/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
ps -C polybar >/dev/null && : || polybar --quiet --reload & disown