72 lines
1.7 KiB
Text
72 lines
1.7 KiB
Text
; -> WINDOWS FOR EWW WIDGETS <- ;
|
|
|
|
(include "/home/horseman/.config/eww/eww_widgets.yuck")
|
|
|
|
(defwindow fetch
|
|
:wm-ignore: true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "10px"
|
|
:y "70px"
|
|
:width "170px"
|
|
:height "200px"
|
|
:anchor "top left")
|
|
(uinfo))
|
|
|
|
(defwindow sys
|
|
:class "cpu-win"
|
|
:wm-ignore true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "190px"
|
|
:y "280px"
|
|
:width "170px"
|
|
:height "140px"
|
|
:anchor "top left")
|
|
(sys))
|
|
|
|
(defwindow quote
|
|
:wm-ignore true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "190px"
|
|
:y "70px"
|
|
:width "170px"
|
|
:height "200px"
|
|
:anchor "top left")
|
|
(quote))
|
|
|
|
(defwindow quicksettings
|
|
:wm-ignore true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "10px"
|
|
:y "280px"
|
|
:width "170px"
|
|
:height "65px"
|
|
:anchor "top left")
|
|
(quicksettings))
|
|
|
|
(defwindow appbar
|
|
:wm-ignore true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "10px"
|
|
:y "355px"
|
|
:width "170px"
|
|
:height "65px"
|
|
:anchor "top left")
|
|
(appbar))
|
|
|
|
(defwindow power
|
|
:class "bg"
|
|
:wm-ignore true
|
|
:monitor 0
|
|
:windowtype "dock"
|
|
:geometry (geometry :x "10px"
|
|
:y "10px"
|
|
:width "350px"
|
|
:height "50px"
|
|
:anchor "top left")
|
|
(power))
|
|
|