From 54382454bc01aae048ccff0aca64a4114004fef9 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 17:00:02 -0700 Subject: [PATCH] New backup 2025-07-18 17:00:02 --- de/home/.config/eww/eww.scss | 5 +++-- .../eww/modules/home/nowplayingart.yuck | 18 ++++++++++-------- 2 files changed, 13 insertions(+), 10 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 4f94c19..109cec7 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -303,13 +303,14 @@ $home-widget-border-hover-color: rgba($color5,0.3); border-radius: $home-widget-border-radius; background-color: $home-widget-bg-color; .nowplayingart { - margin: 10px; +// margin: 10px; border: 1px solid $home-widget-border-color; border-radius: $home-widget-border-radius; } .mediabutton { background-color: $home-button-bg-color; - border-radius: $home-button-circle-border-radius + border-radius: $home-button-circle-border-radius; +// margin: 10px; } } .nowplayingart, diff --git a/de/home/.config/eww/modules/home/nowplayingart.yuck b/de/home/.config/eww/modules/home/nowplayingart.yuck index 655b20f..19eff5c 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -8,17 +8,19 @@ :width 250 :height 100 (button - :height 90 - :width 90 + :height 100 + :width 100 :valign "center" - :halign "center" + :halign "start" :hexpand false :vexpand false (nowplayingart)) - "test" + (label :width 0 + :text "") (box - :space-evenly true - :width 100 +; :space-evenly true +; :width 80 +; :spacing 0 :height 50 (button :class "mediabutton" @@ -30,14 +32,14 @@ (button :class "mediabutton" :valign "center" - :halign "end" + :halign "start" :height 25 :width 25 "󰐎") (button :class "mediabutton" :valign "center" - :halign "end" + :halign "start" :height 25 :width 25 ""))))