diff --git a/hypr-configs/hyprland/eww/colors.scss b/hypr-configs/hyprland/eww/colors.scss deleted file mode 100644 index b589b81..0000000 --- a/hypr-configs/hyprland/eww/colors.scss +++ /dev/null @@ -1 +0,0 @@ -@import "./assets/themes/everblush.scss"; diff --git a/hypr-configs/hyprland/eww/eww.scss b/hypr-configs/hyprland/eww/eww.scss index 1aa0f25..d044764 100644 --- a/hypr-configs/hyprland/eww/eww.scss +++ b/hypr-configs/hyprland/eww/eww.scss @@ -1,10 +1,10 @@ -@import "./colors.scss"; +@import "./assets/themes/everblush.scss"; @import "./src/sidebar/styles.scss"; @import "./src/control-panel/styles.scss"; @import "./src/dashboard/styles.scss"; @import "./src/dock/styles.scss"; @import "./src/desktop/styles.scss"; -@import "./notification/notification.scss"; +@import "./src/notification/styles.scss"; // @import "./src/bottom-bar/styles.scss"; * { diff --git a/hypr-configs/hyprland/eww/eww.yuck b/hypr-configs/hyprland/eww/eww.yuck index 13a6121..05bae6b 100644 --- a/hypr-configs/hyprland/eww/eww.yuck +++ b/hypr-configs/hyprland/eww/eww.yuck @@ -41,4 +41,4 @@ (include "./src/desktop/main.yuck") -(include "./notification/notification.yuck") +(include "./src/notification/main.yuck") diff --git a/hypr-configs/hyprland/eww/notification/notification.yuck b/hypr-configs/hyprland/eww/src/notification/main.yuck similarity index 100% rename from hypr-configs/hyprland/eww/notification/notification.yuck rename to hypr-configs/hyprland/eww/src/notification/main.yuck diff --git a/hypr-configs/hyprland/eww/notification/notification.scss b/hypr-configs/hyprland/eww/src/notification/styles.scss similarity index 100% rename from hypr-configs/hyprland/eww/notification/notification.scss rename to hypr-configs/hyprland/eww/src/notification/styles.scss