dotfiles/de/home/.config/eww/modules/home/rat.yuck
2025-03-21 13:45:08 -07:00

9 lines
211 B
Text

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