nix-dotfiles/programs/eww/config/modules/components/japanesedate.yuck
2023-11-20 10:28:36 -08:00

9 lines
197 B
Text

(defwidget japanesedate []
(label :style "color: #DDB6F2"
:text japanesedate_time
)
)
(defpoll japanesedate_time :interval "100s"
"bash $XDG_CONFIG_HOME/eww/scripts/japanesedate"
)