feat: eww configs formatted

This commit is contained in:
hesam-init 2024-06-29 16:16:11 +03:30
parent 9cca7e76c2
commit 59d4681c05
9 changed files with 958 additions and 950 deletions

5
.vscode/settings.json vendored Normal file
View file

@ -0,0 +1,5 @@
{
"files.associations": {
"*.yuck": "commonlisp"
},
}

View file

@ -7,6 +7,7 @@
:anchor "top right")
:stacking "bottom"
:monitor 0
(box
:orientation "v"
:space-evenly "false"
@ -17,6 +18,7 @@
:class "desktopbox"
:onclick "thunar ${homedir}/.local/share/Trash/files"
:ondropped "notify-send {}"
(box
:orientation "v"
:space-evenly false

View file

@ -19,7 +19,8 @@
(bottom)
)))
(defwidget top [] (box
(defwidget top []
(box
:orientation "v"
:space-evenly false
:valign "start"