diff --git a/modules/user/eww.nix b/modules/user/eww.nix index e82f5ac..193b546 100644 --- a/modules/user/eww.nix +++ b/modules/user/eww.nix @@ -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}" \ diff --git a/res/eww-wayland/eww.scss b/res/eww/eww.scss similarity index 100% rename from res/eww-wayland/eww.scss rename to res/eww/eww.scss diff --git a/res/eww-wayland/eww.yuck b/res/eww/eww.yuck similarity index 100% rename from res/eww-wayland/eww.yuck rename to res/eww/eww.yuck diff --git a/res/eww-wayland/scripts/active-workspace.sh b/res/eww/scripts/active-workspace.sh similarity index 100% rename from res/eww-wayland/scripts/active-workspace.sh rename to res/eww/scripts/active-workspace.sh diff --git a/res/eww-wayland/scripts/network.sh b/res/eww/scripts/network.sh similarity index 100% rename from res/eww-wayland/scripts/network.sh rename to res/eww/scripts/network.sh diff --git a/res/eww-wayland/scripts/title.sh b/res/eww/scripts/title.sh similarity index 100% rename from res/eww-wayland/scripts/title.sh rename to res/eww/scripts/title.sh diff --git a/res/eww-wayland/scripts/workspaces.sh b/res/eww/scripts/workspaces.sh similarity index 100% rename from res/eww-wayland/scripts/workspaces.sh rename to res/eww/scripts/workspaces.sh