From da47e42111c43851f2a7e817babc5437942409ec Mon Sep 17 00:00:00 2001 From: LavaDesu Date: Sun, 23 Mar 2025 00:32:41 +1100 Subject: [PATCH] user/eww-wayland: rename to eww --- modules/user/eww.nix | 2 +- res/{eww-wayland => eww}/eww.scss | 0 res/{eww-wayland => eww}/eww.yuck | 0 res/{eww-wayland => eww}/scripts/active-workspace.sh | 0 res/{eww-wayland => eww}/scripts/network.sh | 0 res/{eww-wayland => eww}/scripts/title.sh | 0 res/{eww-wayland => eww}/scripts/workspaces.sh | 0 7 files changed, 1 insertion(+), 1 deletion(-) rename res/{eww-wayland => eww}/eww.scss (100%) rename res/{eww-wayland => eww}/eww.yuck (100%) rename res/{eww-wayland => eww}/scripts/active-workspace.sh (100%) rename res/{eww-wayland => eww}/scripts/network.sh (100%) rename res/{eww-wayland => eww}/scripts/title.sh (100%) rename res/{eww-wayland => eww}/scripts/workspaces.sh (100%) 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