mirror of
https://github.imc.re/void-land/hyprland-void-dots
synced 2025-06-04 02:13:42 +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")
|
||||
: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
|
||||
|
|
|
@ -19,7 +19,8 @@
|
|||
(bottom)
|
||||
)))
|
||||
|
||||
(defwidget top [] (box
|
||||
(defwidget top []
|
||||
(box
|
||||
:orientation "v"
|
||||
:space-evenly false
|
||||
:valign "start"
|
||||
|
|
Loading…
Add table
Reference in a new issue