aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDanilo M. <danix@danix.xyz>2026-09-11 11:01:58 +0200
committerDanilo M. <danix@danix.xyz>2026-09-11 11:01:58 +0200
commiteb7235822a02f0d50de6fdf5d6f14b0c6fe8d440 (patch)
tree90fb9d1ea17b2737a1db9a9f08a84b59b8b06a3a
parent6eaffba434df36e9a724ebaa87f6121297278a14 (diff)
downloadunified-desktop-theme-eb7235822a02f0d50de6fdf5d6f14b0c6fe8d440.tar.gz
unified-desktop-theme-eb7235822a02f0d50de6fdf5d6f14b0c6fe8d440.zip
fix: bump kitty font size for Inconsolata's narrower face
13.0 to 15.0, the same correction waybar needed after the same font change. Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01G6aeE37K4GHBsaM51yLTTq
-rw-r--r--templates/terminal/README.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/terminal/README.md b/templates/terminal/README.md
index fc5831c..3c2bda6 100644
--- a/templates/terminal/README.md
+++ b/templates/terminal/README.md
@@ -45,6 +45,6 @@ is managed by kitty's own font kitten; a stale commented-out `font_family` line
above it was removed at the same time, since it looked authoritative but did
nothing.
-Size is unchanged at 13.0. Inconsolata is a narrower face than CommitMono, so
-it reads slightly smaller at the same nominal size; waybar needed a 2px bump
-for the same reason.
+Size went from 13.0 to 15.0 at the same time. Inconsolata is a narrower face
+than CommitMono, so it reads smaller at the same nominal size; waybar needed
+the same correction.