From 33bed83fdadaea8aeddb6ef3b773c23de8c125d2 Mon Sep 17 00:00:00 2001 From: Nickiel12 Date: Fri, 27 Oct 2023 09:12:43 -0700 Subject: [PATCH] moved ewwbar to its own folder --- modules/{hyprland => }/eww-config/eww.scss | 0 modules/{hyprland => }/eww-config/eww.yuck | 0 .../{hyprland => }/eww-config/scripts/change-active-workspace | 0 modules/{hyprland => }/eww-config/scripts/get-active-workspace | 0 modules/{hyprland => }/eww-config/scripts/get-workspaces | 0 modules/{hyprland => }/ewwbar.nix | 0 modules/hyprland/default.nix | 2 +- 7 files changed, 1 insertion(+), 1 deletion(-) rename modules/{hyprland => }/eww-config/eww.scss (100%) rename modules/{hyprland => }/eww-config/eww.yuck (100%) rename modules/{hyprland => }/eww-config/scripts/change-active-workspace (100%) rename modules/{hyprland => }/eww-config/scripts/get-active-workspace (100%) rename modules/{hyprland => }/eww-config/scripts/get-workspaces (100%) rename modules/{hyprland => }/ewwbar.nix (100%) diff --git a/modules/hyprland/eww-config/eww.scss b/modules/eww-config/eww.scss similarity index 100% rename from modules/hyprland/eww-config/eww.scss rename to modules/eww-config/eww.scss diff --git a/modules/hyprland/eww-config/eww.yuck b/modules/eww-config/eww.yuck similarity index 100% rename from modules/hyprland/eww-config/eww.yuck rename to modules/eww-config/eww.yuck diff --git a/modules/hyprland/eww-config/scripts/change-active-workspace b/modules/eww-config/scripts/change-active-workspace similarity index 100% rename from modules/hyprland/eww-config/scripts/change-active-workspace rename to modules/eww-config/scripts/change-active-workspace diff --git a/modules/hyprland/eww-config/scripts/get-active-workspace b/modules/eww-config/scripts/get-active-workspace similarity index 100% rename from modules/hyprland/eww-config/scripts/get-active-workspace rename to modules/eww-config/scripts/get-active-workspace diff --git a/modules/hyprland/eww-config/scripts/get-workspaces b/modules/eww-config/scripts/get-workspaces similarity index 100% rename from modules/hyprland/eww-config/scripts/get-workspaces rename to modules/eww-config/scripts/get-workspaces diff --git a/modules/hyprland/ewwbar.nix b/modules/ewwbar.nix similarity index 100% rename from modules/hyprland/ewwbar.nix rename to modules/ewwbar.nix diff --git a/modules/hyprland/default.nix b/modules/hyprland/default.nix index 4bc4741..29e7145 100644 --- a/modules/hyprland/default.nix +++ b/modules/hyprland/default.nix @@ -10,7 +10,7 @@ in { imports = [ - ./ewwbar.nix + ../ewwbar.nix ./keybinds.nix ./displays.nix ];