diff options
author | Freya Murphy <freya@freyacat.org> | 2025-01-23 14:50:32 -0500 |
---|---|---|
committer | Freya Murphy <freya@freyacat.org> | 2025-01-23 14:50:32 -0500 |
commit | a3320656c0fed2ca4b65f36f059c9bf9412decd9 (patch) | |
tree | dff0d0dcb8367fad136a6903ac53cdbae522fd59 /nix/programs | |
parent | remove lanzaboote (diff) | |
download | dotfiles-nix-a3320656c0fed2ca4b65f36f059c9bf9412decd9.tar.gz dotfiles-nix-a3320656c0fed2ca4b65f36f059c9bf9412decd9.tar.bz2 dotfiles-nix-a3320656c0fed2ca4b65f36f059c9bf9412decd9.zip |
fix waybar style
Diffstat (limited to 'nix/programs')
-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; |