user/eww-wayland: rename to eww
This commit is contained in:
parent
438eb54cea
commit
da47e42111
7 changed files with 1 additions and 1 deletions
|
|
@ -5,7 +5,7 @@ let
|
||||||
version = "1.0.0";
|
version = "1.0.0";
|
||||||
dontUnpack = true;
|
dontUnpack = true;
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
cp -r ${../../res/eww-wayland} $out
|
cp -r ${../../res/eww} $out
|
||||||
substituteInPlace $out/eww.scss \
|
substituteInPlace $out/eww.scss \
|
||||||
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.crust}" \
|
--replace-warn "EWW_BACKGROUND" "${config.catppuccin.hexcolors.crust}" \
|
||||||
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
--replace-warn "EWW_TEXT" "${config.catppuccin.hexcolors.text}" \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue