diff options
Diffstat (limited to 'nix/programs/waybar/style.nix')
-rw-r--r-- | nix/programs/waybar/style.nix | 2 |
1 files changed, 1 insertions, 1 deletions
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; |