adding missing dirs

This commit is contained in:
2025-05-05 00:03:38 +02:00
parent 4e10b4d2c2
commit ce657c1b32
9 changed files with 261 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
(defwindow network
:class network_window
:monitor 1
:geometry (geometry :x "20px"
:y "40px"
:width "20px"
:height "85%"
:anchor "right center")
:stacking "fg"
;:reserve (struts :distance "10px" :side "top") ;;only for x11
;:windowtype "dock" ;;only for x11
;:wm-ignore false ;;only for x11
(content)
)