user/eww-wayland: rename to eww

This commit is contained in:
LavaDesu 2025-03-23 00:32:41 +11:00
parent 438eb54cea
commit da47e42111
Signed by: cilly
GPG key ID: 6500251E087653C9
7 changed files with 1 additions and 1 deletions

View file

@ -5,7 +5,7 @@ let
version = "1.0.0";
dontUnpack = true;
installPhase = ''
cp -r ${../../res/eww-wayland} $out
cp -r ${../../res/eww} $out
substituteInPlace $out/eww.scss \
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.crust}" \
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \