From 5fbabd0cb069033aaa8d491dc84bad999f93ee05 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Thu, 20 Jun 2024 18:57:11 +0100 Subject: [PATCH] Plasma: use -2 for small font point size --- programs/desktop/plasma6/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/programs/desktop/plasma6/default.nix b/programs/desktop/plasma6/default.nix index 5ae0941..2e8b713 100644 --- a/programs/desktop/plasma6/default.nix +++ b/programs/desktop/plasma6/default.nix @@ -43,7 +43,7 @@ windowTitle = general; small = { inherit (general) family; - pointSize = general.pointSize - 4; + pointSize = general.pointSize - 2; }; };