Waybar
A status bar for sway, Hyprland and other wlroots compositors — Waybar config.
How to use it
- Save the generated file as ~/.config/waybar/config
- It is JSONC — JSON with
//comments — which is what Waybar expects. - Appearance lives in a separate ~/.config/waybar/style.css; the package ships a default one at /etc/xdg/waybar/style.css.
- Reload with
killall -SIGUSR2 waybar. - On sway, launch it with
exec waybar(the sway generator does this when you pick Waybar).