mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-08 00:23:43 +02:00
refactor: eww styles moved to assets folder
This commit is contained in:
parent
20e1a8b46f
commit
bf9e720177
18 changed files with 18 additions and 17 deletions
|
@ -1,18 +1,18 @@
|
||||||
@import "./scss/themes/feverblush.scss";
|
@import "./assets/scss/themes/feverblush.scss";
|
||||||
|
|
||||||
@import "./scss/global.scss";
|
@import "./assets/scss/global.scss";
|
||||||
|
|
||||||
@import "./scss/windows/vbar.scss";
|
@import "./assets/scss/windows/vbar.scss";
|
||||||
|
|
||||||
@import "./src/control-panel/styles.scss";
|
@import "./assets/src/control-panel/styles.scss";
|
||||||
|
|
||||||
@import "./src/dashboard/styles.scss";
|
@import "./assets/src/dashboard/styles.scss";
|
||||||
|
|
||||||
@import "./src/dock/styles.scss";
|
@import "./assets/src/dock/styles.scss";
|
||||||
|
|
||||||
@import "./src/desktop/styles.scss";
|
@import "./assets/src/desktop/styles.scss";
|
||||||
|
|
||||||
@import "./src/notification/styles.scss";
|
@import "./assets/src/notification/styles.scss";
|
||||||
|
|
||||||
* {
|
* {
|
||||||
all: unset;
|
all: unset;
|
||||||
|
|
1
hypr-configs/hyprland/eww/format.sh
Executable file
1
hypr-configs/hyprland/eww/format.sh
Executable file
|
@ -0,0 +1 @@
|
||||||
|
echo "Shit"
|
Loading…
Add table
Reference in a new issue