diff options
| -rw-r--r-- | templates/waybar/README.md | 4 | ||||
| -rw-r--r-- | templates/waybar/fonts.css | 8 |
2 files changed, 8 insertions, 4 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. diff --git a/templates/waybar/fonts.css b/templates/waybar/fonts.css index ec4b024..249b77f 100644 --- a/templates/waybar/fonts.css +++ b/templates/waybar/fonts.css @@ -1,7 +1,7 @@ * { font-family: "Inconsolata Nerd Font Mono"; font-weight: bold; - font-size: 16px; + font-size: 18px; } #custom-user, @@ -14,16 +14,16 @@ tooltip label { #workspaces button.active label, #workspaces button.focused label, #custom-distro { - font-size: 20px; + font-size: 22px; } #custom-power_menu { - font-size: 18px; + font-size: 20px; } #custom-left_div, #custom-left_inv, #custom-right_div, #custom-right_inv { - font-size: 22px; + font-size: 24px; } |
