New backup 2025-07-18 13:00:01

This commit is contained in:
Penelope Gwen 2025-07-18 13:00:01 -07:00
parent fc25de1116
commit 1c5224b3c7
3 changed files with 4 additions and 3 deletions

View file

@ -294,6 +294,7 @@ $home-widget-border-color: rgba($color5,1);
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
box-shadow: inset 0 0 0px 3px $home-widget-border-color; box-shadow: inset 0 0 0px 3px $home-widget-border-color;
} }
.nowplayingart,
.rat { .rat {
background-size: cover; background-size: cover;
background-repeat: no-repeat; background-repeat: no-repeat;

View file

@ -1,10 +1,10 @@
;(defpoll rat_image :interval "60s" (deflisten nowplaying_img_path :initial ""
; 'scripts/home/randomrat') 'scripts/home/nowplayingart.sh')
(defwidget nowplayingart [] (defwidget nowplayingart []
(box (box
:class "nowplayingart" :class "nowplayingart"
:orientation "h" :orientation "h"
:width 300 :width 300
:height 300 :height 300
:style 'background-image: url("https://listen.pogmom.me/rest/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}');")) ; :style "background-image: url('${rat_image}');"))

0
de/home/.config/eww/scripts/home/nowplayingart.sh Normal file → Executable file
View file