From b6341e3c6cd0f433de008b71bf95e4260df70e50 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 17:30:02 -0700 Subject: [PATCH] New backup 2025-07-18 17:30:02 --- de/home/.config/eww/eww.scss | 6 ++-- .../eww/modules/home/nowplayingart.yuck | 28 +++++++++++-------- 2 files changed, 19 insertions(+), 15 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index ca23aa2..a67cf73 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -304,9 +304,9 @@ $home-widget-border-hover-color: rgba($color5,0.3); border-radius: $home-widget-border-radius; background-color: $home-widget-bg-color; .nowplayingart, - .mediacontrols { - margin: 20px; - } +/* .mediacontrols { + margin: 10px 10px 10px 10px; + } */ .nowplayingart { 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 cc37375..d9aa2b4 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -2,39 +2,43 @@ 'scripts/home/nowplayingart.sh') (defwidget nowplayingbar [] - (centerbox +; (centerbox + (box :class "nowplayingbar" :orientation "h" + :space-evenly true + :halign "start" :width 250 - :height 100 + :height 75 (button - :height 100 - :width 100 + :height 75 + :width 75 :valign "center" - :halign "start" + :halign "fill" :hexpand false :vexpand false (nowplayingart)) - (label :width 0 - :text "") +; (label :width 0 +; :text "") (box :class "mediacontrols" :orientation "h" -; :space-evenly true - :width 100 - :spacing 0 + :space-evenly false + :halign "start" +; :width 100 + :spacing 10 :height 50 (button :class "mediabutton" :valign "center" - :halign "end" + :halign "start" :height 25 :width 25 "") (button :class "mediabutton" :valign "center" - :halign "end" + :halign "center" :height 25 :width 25 "󰐎")