dotfiles/x11/config/eww/modules/home/rat.yuck
2026-04-07 17:56:10 -07:00

9 lines
246 B
Text

(defpoll rat_image :interval "60s"
'random-image -d ~/Pictures/Phone/Albums/Rattos/ -s 300 -r')
(defwidget rat []
(box
:class "rat"
:orientation "h"
:width 300
:height 300
:style "background-image: url('${rat_image}');"))