summaryrefslogtreecommitdiff
path: root/config/eww/eww.yuck
diff options
context:
space:
mode:
authorcoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
committercoasteen <coasteen@proton.me>2026-07-09 10:42:28 +0330
commit8cbadb61604667b407b53ee1258433994fa4765a (patch)
tree97765fb29418fd6278fcb4cbb9760893afaf7a58 /config/eww/eww.yuck
Diffstat (limited to 'config/eww/eww.yuck')
-rwxr-xr-xconfig/eww/eww.yuck58
1 files changed, 58 insertions, 0 deletions
diff --git a/config/eww/eww.yuck b/config/eww/eww.yuck
new file mode 100755
index 0000000..1ab7c4e
--- /dev/null
+++ b/config/eww/eww.yuck
@@ -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))
+