This commit is contained in:
2026-07-12 08:16:17 +03:30
commit 72be1234e1
2027 changed files with 221388 additions and 0 deletions
+21
View File
@@ -0,0 +1,21 @@
(include "eww_vars.yuck")
(defwidget day []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text DAY)))
(defwidget month []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text MONTH)))
(defwidget year []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text YEAR)))
(defwidget daytype []
(box :height "100" :width "100" :halign "center" :valign "center" :class "container"
(label :class "label" :text DAYTYPE)))
(defwidget gif1 []
(box :halign "center" :valign "center" :class "container"
(image :path 'images/gif1.gif')))
(defwidget gif2 []
(box :halign "center" :valign "center" :class "container"
(image :path 'images/gif2.gif')))