refactor: eww styles moved to assets folder

This commit is contained in:
hesam-init 2024-06-29 15:51:01 +03:30
parent 20e1a8b46f
commit bf9e720177
18 changed files with 18 additions and 17 deletions

View file

@ -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;

View file

@ -0,0 +1 @@
echo "Shit"

View file

@ -1,9 +1,9 @@
(defwindow dock
:geometry (geometry
:x 0
:y 0
:width 10
:height 54
:x 0
:y 0
:width 10
:height 54
:anchor "bottom center")
:monitor 0
(dockstruct))
@ -17,7 +17,7 @@
:space-evenly false
:valign "end"
(box
:height 4)
:height 4)
(revealer
:reveal revealDock
:transition "slideup"
@ -43,8 +43,8 @@
(image
:image-width iconsize
:image-height iconsize
:path {task.path})
:path {task.path})
(scroll
:hscroll true
:vscroll false
@ -58,6 +58,6 @@
:class "dockindicate"
:hexpand false
:width { focus ? 10 : 5 }
:height 3))))
)))))
:height 3))))
)))))