adi1090x / polybar-themes

A huge collection of polybar themes with different styles, colors and variants.
GNU General Public License v3.0
5.59k stars 406 forks source link

How to kill polybar preview? #158

Open VaskMykola opened 2 years ago

VaskMykola commented 2 years ago

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.

cizordj commented 2 years ago

Try using pkill polybar

it always works for me.

alabnt commented 2 years ago

killall -q polybar

cizordj commented 2 years ago

You can also use

polybar-msg cmd:quit

sukalaper commented 1 year ago

try sudo kill -9 $(pidof polybar)

cizordj commented 1 year ago

@adi1090x this issue no longer needs to be open.