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