mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-06 01:43:43 +02:00
feat: eww configs formatted
This commit is contained in:
parent
9cca7e76c2
commit
59d4681c05
9 changed files with 958 additions and 950 deletions
5
.vscode/settings.json
vendored
Normal file
5
.vscode/settings.json
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
{
|
||||||
|
"files.associations": {
|
||||||
|
"*.yuck": "commonlisp"
|
||||||
|
},
|
||||||
|
}
|
|
@ -7,6 +7,7 @@
|
||||||
:anchor "top right")
|
:anchor "top right")
|
||||||
:stacking "bottom"
|
:stacking "bottom"
|
||||||
:monitor 0
|
:monitor 0
|
||||||
|
|
||||||
(box
|
(box
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:space-evenly "false"
|
:space-evenly "false"
|
||||||
|
@ -17,6 +18,7 @@
|
||||||
:class "desktopbox"
|
:class "desktopbox"
|
||||||
:onclick "thunar ${homedir}/.local/share/Trash/files"
|
:onclick "thunar ${homedir}/.local/share/Trash/files"
|
||||||
:ondropped "notify-send {}"
|
:ondropped "notify-send {}"
|
||||||
|
|
||||||
(box
|
(box
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
|
|
|
@ -19,7 +19,8 @@
|
||||||
(bottom)
|
(bottom)
|
||||||
)))
|
)))
|
||||||
|
|
||||||
(defwidget top [] (box
|
(defwidget top []
|
||||||
|
(box
|
||||||
:orientation "v"
|
:orientation "v"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
:valign "start"
|
:valign "start"
|
||||||
|
|
Loading…
Add table
Reference in a new issue