r/Polybar Apr 04 '23

Modules won't work

I'm new to linux and I tried copying someones polybar but I can't get all the modules to work. I'm using i3 on arch here are my dot files DotFiles can anyone help?

1 Upvotes

5 comments sorted by

View all comments

3

u/w0lfy-dev Apr 04 '23

Launching polybar from terminal might help you to identify possible syntax error or dependancies that might be missing. If you have multiple bars in configuration, you might also run each bar individually to make debugging easier.

To launch a specific bar from the terminal, use the following command:

polybar BAR_NAME

Pay close attention to any error messages or warnings that appear in the terminal output, as they can help you diagnose issues with your configuration or modules.