From 53bcceb4e46d0b3e8ae6434a7a6bcc3463092093 Mon Sep 17 00:00:00 2001 From: Jez Cope Date: Fri, 20 Sep 2024 11:31:31 +0100 Subject: [PATCH] wofi: specify font size unit as pt (#552) Link: danth#251 Link: danth#552 Tested-by: cgahr <26804763+cgahr@users.noreply.github.com> Reviewed-by: NAHO <90870942+trueNAHO@users.noreply.github.com> --- modules/wofi/hm.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/wofi/hm.nix b/modules/wofi/hm.nix index f8268fc1..a614935f 100644 --- a/modules/wofi/hm.nix +++ b/modules/wofi/hm.nix @@ -13,7 +13,7 @@ in { programs.wofi.style = with colors; '' window { font-family: "${monospace.name}"; - font-size: ${toString sizes.popups}; + font-size: ${toString sizes.popups}pt; background-color: ${base00}; color: ${base05};