dotfiles/de/home/.config/eww/modules/home/nowplayingart.yuck
2025-07-18 14:30:02 -07:00

11 lines
494 B
Text

(deflisten nowplaying_img_path :initial ""
'scripts/home/nowplayingart.sh')
(defwidget nowplayingart []
(box
:class "nowplayingart"
:orientation "h"
:width 250
:height 250
; :style "background-image: url('/run/user/1000/album_art_cache/getCoverArt.view?id=952&u=pogmommy&p=mG%232001068485&v=1.13.0&c=Feishin&size=300');"))
:style "background-image: url('${nowplaying_img_path}');"))
; :style "background-image: url('${rat_image}');"))