From 625257c97d9c7d45c2b64296ef66d7ad41ee7091 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Sat, 11 Oct 2025 13:55:08 +0200 Subject: [PATCH] chore: increase font size on waybar to use without scaling --- modules/home/waybar/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/modules/home/waybar/default.nix b/modules/home/waybar/default.nix index 905cbf1..9b7562b 100644 --- a/modules/home/waybar/default.nix +++ b/modules/home/waybar/default.nix @@ -114,7 +114,7 @@ "custom/devices": { "interval": 60, - "font-size": 14, + "font-size": 18, // "return-type": "json", "exec": "~/.local/bin/waybar-devices", }, @@ -374,7 +374,7 @@ border-radius: 0; font-family: 'GohuFont 11 Nerd Font Mono'; font-weight: 400; - font-size: 11px; + font-size: 14px; min-height: 26px; /* margin: 0 0px; */ }