diff --git a/home/wayland/eww/eww.scss b/home/wayland/eww/config/eww.scss similarity index 100% rename from home/wayland/eww/eww.scss rename to home/wayland/eww/config/eww.scss diff --git a/home/wayland/eww/eww.yuck b/home/wayland/eww/config/eww.yuck similarity index 100% rename from home/wayland/eww/eww.yuck rename to home/wayland/eww/config/eww.yuck diff --git a/home/wayland/eww/mocha.scss b/home/wayland/eww/config/mocha.scss similarity index 100% rename from home/wayland/eww/mocha.scss rename to home/wayland/eww/config/mocha.scss diff --git a/home/wayland/eww/scripts/get-active-workspace b/home/wayland/eww/config/scripts/get-active-workspace similarity index 100% rename from home/wayland/eww/scripts/get-active-workspace rename to home/wayland/eww/config/scripts/get-active-workspace diff --git a/home/wayland/eww/scripts/get-workspaces b/home/wayland/eww/config/scripts/get-workspaces similarity index 100% rename from home/wayland/eww/scripts/get-workspaces rename to home/wayland/eww/config/scripts/get-workspaces diff --git a/home/wayland/eww/default.nix b/home/wayland/eww/default.nix index 8142d23..19f7ab3 100644 --- a/home/wayland/eww/default.nix +++ b/home/wayland/eww/default.nix @@ -2,6 +2,6 @@ programs.eww = { enable = true; package = pkgs.eww-wayland; - configDir = ./.; + configDir = ./config; }; }