#polybar

5 messages · Page 1 of 1 (latest)

scenic imp
#

when i reload i3 the polybar adds up

midnight prawn
#

# 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
scenic imp
#

thanks

midnight prawn
#

... solved