Answer the question
In order to leave comments, you need to log in
I3, polybar won't start, how to fix?
The problem is, I installed i3 and decided to install polybar. Added the following to the i3 config:
exec_always --no-startup-id $HOME/.config/polybar/launch.sh
#!/usr/bin/env sh
killall -q polybar
while pgrep -x polybar >/dev/null; do sleep 1; done
polybar top &
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question