aboutsummaryrefslogtreecommitdiffstats
path: root/templates/waybar/README.md
blob: 66b243a4f755f67b473f3d9bbc5d1392bb65a5f7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# 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.

Every size in that file went up by 2px at the same time. Inconsolata is a
narrower face than Commit Mono, so matching the nominal size made the bar read
smaller; the bump restores the previous weight on screen.

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.