polybar-themes
polybar-themes copied to clipboard
How to kill polybar preview?
Just know after ~/.config/polybar/colorblocks/preview.sh
I got 3 lines of polybar on the bottom, but I don`t know the names to polybar -q
them.
PS: I just restarted the system and it helped but it`s not the best way, as for me.
Try using pkill polybar
it always works for me.
killall -q polybar
You can also use
polybar-msg cmd:quit
try sudo kill -9 $(pidof polybar)
@adi1090x this issue no longer needs to be open.