From 43573ebf99709adc8c05a25733fcce0174625972 Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sat, 15 Mar 2025 22:46:20 +1100 Subject: [PATCH] user/eww-wayland: use surface1 for background --- modules/user/eww-wayland.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/user/eww-wayland.nix b/modules/user/eww-wayland.nix index 245fe55..47cddb6 100644 --- a/modules/user/eww-wayland.nix +++ b/modules/user/eww-wayland.nix @@ -7,7 +7,7 @@ let installPhase = '' cp -r ${../../res/eww-wayland} $out substituteInPlace $out/eww.scss \ - --replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface0}" \ + --replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.surface1}" \ --replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \ --replace-warn "EWW_ACCENT" "${config.catppuccin.hexcolors.pink}" '';