user/eww-wayland: use surface1 for background

This commit is contained in:
LavaDesu 2025-03-15 22:46:20 +11:00
parent 70caf4cd4b
commit 43573ebf99
Signed by: cilly
GPG key ID: 6500251E087653C9

View file

@ -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}"
'';