aboutsummaryrefslogtreecommitdiffstats
path: root/templates/waybar/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'templates/waybar/README.md')
-rw-r--r--templates/waybar/README.md24
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.