summaryrefslogtreecommitdiff
path: root/modules/programs
diff options
context:
space:
mode:
authorFreya Murphy <freya@freyacat.org>2025-01-21 03:02:49 +0000
committerFreya Murphy <freya@freyacat.org>2025-01-21 03:02:49 +0000
commit4542adf054c3bcd285fb818cfba9e71a9a1368cb (patch)
tree0a7000ce9df3aaad385b2b4a39ac839d9953d0a4 /modules/programs
parentgit commit info and gpg signing (diff)
downloaddotfiles-nix-4542adf054c3bcd285fb818cfba9e71a9a1368cb.tar.gz
dotfiles-nix-4542adf054c3bcd285fb818cfba9e71a9a1368cb.tar.bz2
dotfiles-nix-4542adf054c3bcd285fb818cfba9e71a9a1368cb.zip
fix waybar css
Diffstat (limited to 'modules/programs')
-rw-r--r--modules/programs/waybar/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/programs/waybar/default.nix b/modules/programs/waybar/default.nix
index 702e3d5..ea2194e 100644
--- a/modules/programs/waybar/default.nix
+++ b/modules/programs/waybar/default.nix
@@ -111,7 +111,7 @@ window#waybar > box {
.modules-right {
padding: ${innerGap} 0px;
border-radius: ${outerRadius};
- background-color: @base;
+ background-color: ${baseColor};
border: ${borderWidth} solid ${accentColor};
}
@@ -170,7 +170,7 @@ window#waybar:not(.empty) #window {
#clock {
padding: 0 ${outerGap};
border-right: ${borderWidth} solid ${surfaceColor};
- color: @text;
+ color: ${textColor};
}
/** Battery */