#polybar
5 messages · Page 1 of 1 (latest)
# Terminate already running bar instances
# If all your bars have ipc enabled, you can use
polybar-msg cmd quit
# Otherwise you can use the nuclear option:
# killall -q polybar
polybar --reload main &
echo "Bars launched..."```
U can remove the `echo` lines if u want
thanks
... solved