Polybar
A fast, highly configurable status bar for X11 — polybar config.ini.
How to use it
- Save the generated file as ~/.config/polybar/config.ini
- Launch with
polybar main(the bar section is named [bar/main]). - Check it without a display:
xvfb-run polybar --config=~/.config/polybar/config.ini main— it names a bad module and exits. - Run it from your WM: i3
exec_always --no-startup-id polybar main. - The tray only works on one bar at a time — disable it on secondary bars.