diff options
| author | Danilo M. <danix@danix.xyz> | 2026-09-11 10:54:26 +0200 |
|---|---|---|
| committer | Danilo M. <danix@danix.xyz> | 2026-09-11 10:54:26 +0200 |
| commit | f87f02b0a62cbf951475fa50b917b0263db97f50 (patch) | |
| tree | 156aadcb45143814e45d314615af47ae1549cf80 /templates/waybar/README.md | |
| parent | 8efc083e4d542669a84b946c3acc4bd2a5870d98 (diff) | |
| download | unified-desktop-theme-f87f02b0a62cbf951475fa50b917b0263db97f50.tar.gz unified-desktop-theme-f87f02b0a62cbf951475fa50b917b0263db97f50.zip | |
fix: bump waybar font sizes for Inconsolata's narrower face
Inconsolata renders smaller than Commit Mono at the same nominal size, so
matching the number made the bar read smaller than before. Every size in
fonts.css goes up by 2px. Both ends of the bar still fit without truncation.
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 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/templates/waybar/README.md b/templates/waybar/README.md index 1b4736c..66b243a 100644 --- a/templates/waybar/README.md +++ b/templates/waybar/README.md @@ -11,6 +11,10 @@ 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. |
