init
This commit is contained in:
Executable
+58
@@ -0,0 +1,58 @@
|
||||
(include "eww_widgets.yuck")
|
||||
|
||||
(defwindow calendar
|
||||
:monitor 'HDMI-A-1'
|
||||
:stacking "fg"
|
||||
:geometry (geometry :x "1600" :y "810" :width "320" :height "250" :anchor "top right")
|
||||
(calendar))
|
||||
|
||||
(defwindow year
|
||||
:monitor 'HDMI-A-1'
|
||||
:stacking "bg"
|
||||
:geometry (geometry :x "15" :y "15" :width "100" :height "100" :anchor "top right")
|
||||
(year))
|
||||
|
||||
(defwindow month
|
||||
:monitor 'HDMI-A-1'
|
||||
:stacking "bg"
|
||||
:geometry (geometry :x "15" :y "125" :width "100" :height "100" :anchor "top right")
|
||||
(month))
|
||||
|
||||
(defwindow day
|
||||
:monitor 'HDMI-A-1'
|
||||
:stacking "bg"
|
||||
:geometry (geometry :x "15" :y "235" :width "100" :height "100" :anchor "top right")
|
||||
(day))
|
||||
|
||||
(defwindow daytype
|
||||
:monitor 'HDMI-A-1'
|
||||
:stacking "bg"
|
||||
:geometry (geometry :x "1805" :y "345" :width "100" :height "100" :achor "top right")
|
||||
(daytype))
|
||||
|
||||
(defwindow gif1
|
||||
:monitor 'HDMI-A-1'
|
||||
:windowtype "dock"
|
||||
:stacking "bg"
|
||||
:namespace "eww"
|
||||
:geometry (geometry
|
||||
:x "30px"
|
||||
:y "30px"
|
||||
:width "70px"
|
||||
:height "70px"
|
||||
:anchor "bottom right")
|
||||
(gif1))
|
||||
|
||||
(defwindow gif2
|
||||
:monitor 'HDMI-A-1'
|
||||
:windowtype "dock"
|
||||
:stacking "bg"
|
||||
:namespace "eww"
|
||||
:geometry (geometry
|
||||
:x "30px"
|
||||
:y "250px"
|
||||
:width "70px"
|
||||
:height "70px"
|
||||
:anchor "bottom right")
|
||||
(gif2))
|
||||
|
||||
Reference in New Issue
Block a user