From 5183d9d3146430be711fe08d49f61cb86b4d8c22 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Fri, 31 Jan 2025 13:55:48 +0000 Subject: [PATCH] Increase waybar font size --- system/home/waybar.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/home/waybar.nix b/system/home/waybar.nix index da0e3d3d..fb74bb7e 100644 --- a/system/home/waybar.nix +++ b/system/home/waybar.nix @@ -267,7 +267,7 @@ * { all: unset; font-family: ${config.stylix.fonts.monospace.name}; - font-size: ${toString config.stylix.fonts.sizes.desktop}px; + font-size: ${toString config.stylix.fonts.sizes.desktop}pt; } window {