mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 19:03:42 +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;
|
||||
|
|
1
hypr-configs/hyprland/eww/format.sh
Executable file
1
hypr-configs/hyprland/eww/format.sh
Executable file
|
@ -0,0 +1 @@
|
|||
echo "Shit"
|
|
@ -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))))
|
||||
)))))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue