From d4752ad5ba8fcb280db0a37cfc4015fc9737621d Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 18:45:02 -0700 Subject: [PATCH] New backup 2025-07-18 18:45:02 --- de/home/.config/eww/eww.scss | 4 +-- .../eww/modules/home/nowplayingart.yuck | 25 ++++++++++--------- 2 files changed, 15 insertions(+), 14 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 5491e68..e0816b1 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -305,12 +305,12 @@ $home-widget-border-hover-color: rgba($color5,0.3); background-color: $home-widget-bg-color; // .nowplayingart, .mediacontrols { -// padding: 10px; + margin: 20px; // margin-left: 10px; } .nowplayingart { margin: 10px; - margin-right: 0px; +// margin-right: 0px; // border: 1px solid $home-widget-border-color; border-radius: $home-widget-border-radius; } diff --git a/de/home/.config/eww/modules/home/nowplayingart.yuck b/de/home/.config/eww/modules/home/nowplayingart.yuck index 42e0fc6..db5bd3f 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -6,18 +6,18 @@ (box :class "nowplayingbar" :orientation "h" - :space-evenly true - :halign "center" + :space-evenly false + :halign "start" :width 300 :height 100 (button :visible true :height 100 :width 100 - :valign "center" + :valign "cs" :halign "fill" -; :hexpand false -; :vexpand false + :hexpand false + :vexpand false (nowplayingart)) ; (label :width 0 ; :text "") @@ -26,8 +26,9 @@ :orientation "h" :space-evenly true :halign "fill" + :hexpand true ; :width 130 - :spacing 15 +; :spacing 15 :height 50 (button :class "mediabutton" @@ -52,13 +53,13 @@ "")))) (defwidget nowplayingart [] - (image + (box :class "nowplayingart" - :preserve-aspect-ratio true +; :preserve-aspect-ratio true :hexpand false - :image-width 100 - :image-height 100 - :path '${nowplaying_img_path}')) + :width 100 + :height 100 +; :path '${nowplaying_img_path}')) ; :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('${nowplaying_img_path}');")) ; :style "background-image: url('${rat_image}');"))