diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 10:53:49 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 10:53:49 +0200 |
| commit | 8efc083e4d542669a84b946c3acc4bd2a5870d98 (patch) | |
| tree | cb17773aeda98e5a50ba3dada4b8d3e3901acdf6 /templates/waybar/README.md | |
| parent | f6ee56d57435ad6b3e11c28ee81a41fffbeca03b (diff) | |
| download | unified-desktop-theme-8efc083e4d542669a84b946c3acc4bd2a5870d98.tar.gz unified-desktop-theme-8efc083e4d542669a84b946c3acc4bd2a5870d98.zip | |
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 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
Diffstat (limited to 'templates/waybar/README.md')
| -rw-r--r-- | templates/waybar/README.md | 24 |
1 files changed, 24 insertions, 0 deletions
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. |
