#waybar stopped working
4 messages · Page 1 of 1 (latest)
do you have an nvidia GPU? the bar usually displays on all monitors
run pgrep -fa waybar to see if it's running
even if it's already running, you can test a different waybar config with
# using vars makes commands easier to type
config=~/.config/waybar/config.jsonc
config2=~/.config/waybar/config2
style=~/.config/waybar/style.css
style2=~/.config/waybar/style2.css
loglevel=debug # trace|debug|info
# then run the command. Ctrl-c to stop it
waybar -c $config -s $style -l $loglevel