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; all: unset;

View file

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

View file

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