From 0904339ed61371003a7fb972f4f029913a263974 Mon Sep 17 00:00:00 2001 From: awwpotato Date: Mon, 27 Jan 2025 19:13:39 -0800 Subject: [PATCH] waybar: convert font size from pt to px with pt the font look huge, where as px matches other stuff much better --- modules/waybar/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/waybar/hm.nix b/modules/waybar/hm.nix index 0d4090ed2..211a4774f 100644 --- a/modules/waybar/hm.nix +++ b/modules/waybar/hm.nix @@ -49,7 +49,7 @@ in * { font-family: "${sansSerif.name}"; - font-size: ${builtins.toString sizes.desktop}pt; + font-size: ${builtins.toString sizes.desktop}px; } '' + lib.optionalString cfg.addCss (