aboutsummaryrefslogtreecommitdiffstats
path: root/templates/waybar/README.md
blob: 1b4736c10f75065417eca6e1e24bcea8658b10fa (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
# 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.