summaryrefslogtreecommitdiff
path: root/nix/programs
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-23 14:50:32 -0500
committerFreya Murphy <freya@freyacat.org>2025-01-23 14:50:32 -0500
commita3320656c0fed2ca4b65f36f059c9bf9412decd9 (patch)
treedff0d0dcb8367fad136a6903ac53cdbae522fd59 /nix/programs
parentremove lanzaboote (diff)
downloaddotfiles-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.nix2
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;