# Waybar Waybar was already Catppuccin Macchiato before this project touched it, and its palette file carries the same hex values as `rofi/udt/palette.rasi`. Its accent was already `@lavender`, which is now the desktop-wide fallback, so the two agree without changing either. The only change made here was the font: `styles/fonts.css` asked for `Commit Mono Nerd Font`, a third family outside the Noto Sans / Inconsolata pair. It now uses `Inconsolata Nerd Font Mono`. Monospace is deliberate for a status bar: the content is dense, numeric and glyph-heavy, and proportional text makes values jitter as they update. Waybar reloads CSS live, so `killall -SIGUSR2 waybar` is enough to apply a change. ## Note for whoever edits this next `~/.config/waybar/CLAUDE.md` documents a CSS load order ending in `styles/modules-{center,left,right}.css` and `styles/states.css`. Those files are no longer imported by anything: `style.css` pulls in `styles/main.css` instead, which appears to have replaced them. They are still on disk. Editing them has no effect, and one of them holds a stale `font-family` that looks authoritative but is dead.