nix-dotfiles/programs/eww/config/modules/components/japanesedate.yuck

10 lines
197 B
Text
Raw Normal View History

2023-11-20 10:28:36 -08:00
(defwidget japanesedate []
(label :style "color: #DDB6F2"
:text japanesedate_time
)
)
(defpoll japanesedate_time :interval "100s"
"bash $XDG_CONFIG_HOME/eww/scripts/japanesedate"
)