From 8efc083e4d542669a84b946c3acc4bd2a5870d98 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 10:53:49 +0200 Subject: feat: bring waybar's font in line with the rest of the desktop Waybar was already Catppuccin Macchiato with a lavender accent, using the same hex values as the rofi palette, so only the font needed changing: it asked for Commit Mono Nerd Font, a third family outside the Noto Sans and Inconsolata pair. Monospace is kept deliberately, since a status bar is dense and numeric and proportional text makes values jitter as they update. Also records that the CSS load order in waybar's own CLAUDE.md is stale. The modules-*.css and states.css files it documents are not imported by anything; style.css pulls in styles/main.css instead. One of the dead files holds a font-family declaration that looks authoritative but has no effect. Co-Authored-By: Claude Opus 5 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- templates/waybar/README.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 templates/waybar/README.md (limited to 'templates/waybar/README.md') diff --git a/templates/waybar/README.md b/templates/waybar/README.md new file mode 100644 index 0000000..1b4736c --- /dev/null +++ b/templates/waybar/README.md @@ -0,0 +1,24 @@ +# 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. -- cgit v1.2.3