From 2c862be4044dd197d29b6cc90cc623efca0ff114 Mon Sep 17 00:00:00 2001 From: Aly Raffauf Date: Sat, 17 Aug 2024 13:51:19 -0400 Subject: [PATCH] petalburg: decrease font sizes --- hosts/petalburg/stylix.nix | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/hosts/petalburg/stylix.nix b/hosts/petalburg/stylix.nix index 704f82ef..d6685fd5 100644 --- a/hosts/petalburg/stylix.nix +++ b/hosts/petalburg/stylix.nix @@ -37,10 +37,10 @@ }; sizes = { - applications = 12; - desktop = 11; - popups = 12; - terminal = 13; + applications = 11; + desktop = 10; + popups = 11; + terminal = 12; }; };