nix-dotfiles/hmModules/services/widgets/eww/config/modules/components/japanesedate.yuck

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"
)