adding missing dirs
This commit is contained in:
15
config/eww/windows/netWindow.yuck
Normal file
15
config/eww/windows/netWindow.yuck
Normal 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)
|
||||
)
|
||||
Reference in New Issue
Block a user