From a3320656c0fed2ca4b65f36f059c9bf9412decd9 Mon Sep 17 00:00:00 2001 From: Freya Murphy Date: Thu, 23 Jan 2025 14:50:32 -0500 Subject: fix waybar style --- nix/programs/waybar/style.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'nix') diff --git a/nix/programs/waybar/style.nix b/nix/programs/waybar/style.nix index 919ce1c..4f751fc 100644 --- a/nix/programs/waybar/style.nix +++ b/nix/programs/waybar/style.nix @@ -22,7 +22,7 @@ in /** Base */ window#waybar { - font-family: "${theme.font.regular}", "${theme.font.regular}", "${theme.font.monospace}"; + font-family: "${theme.font.regular}", "${theme.font.icon}", "${theme.font.monospace}"; font-size: ${fontSize}; color: ${textColor}; background-color: transparent; -- cgit v1.2.3-freya