mirror of
https://git.sr.ht/~coasteen/dotfiles
synced 2026-02-04 06:03:45 +01:00
58 lines
1.2 KiB
Text
58 lines
1.2 KiB
Text
(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 left")
|
|
(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 left")
|
|
(gif2))
|
|
|