From f87f02b0a62cbf951475fa50b917b0263db97f50 Mon Sep 17 00:00:00 2001 From: "Danilo M." Date: Fri, 11 Sep 2026 10:54:26 +0200 Subject: 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 Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq --- templates/waybar/fonts.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'templates/waybar/fonts.css') 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; } -- cgit v1.2.3