dotfiles/de/home/.config/eww/modules/widgets/rat.yuck
2025-03-05 21:00:06 -08:00

9 lines
214 B
Text

(defpoll rat_image :interval "60s"
'scripts/widgets/randomrat')
(defwidget rat []
(box
:class "rat"
:orientation "h"
:width 300
:height 300
:style "background-image: url('${rat_image}');"))