From ad0c9814c741b0a5a96fd8ee60c380d9eb900c34 Mon Sep 17 00:00:00 2001 From: Penelope Gwen Date: Fri, 18 Jul 2025 17:15:01 -0700 Subject: [PATCH] New backup 2025-07-18 17:15:01 --- de/home/.config/eww/eww.scss | 6 +++++- de/home/.config/eww/modules/home/nowplayingart.yuck | 10 ++++++---- 2 files changed, 11 insertions(+), 5 deletions(-) diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index 109cec7..ca23aa2 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -299,11 +299,15 @@ $home-widget-border-hover-color: rgba($color5,0.3); }*/ .nowplayingbar { + padding: 0px; border: 3px solid $home-widget-border-color; border-radius: $home-widget-border-radius; background-color: $home-widget-bg-color; + .nowplayingart, + .mediacontrols { + margin: 20px; + } .nowplayingart { -// margin: 10px; 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 19eff5c..cc37375 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -18,9 +18,11 @@ (label :width 0 :text "") (box + :class "mediacontrols" + :orientation "h" ; :space-evenly true -; :width 80 -; :spacing 0 + :width 100 + :spacing 0 :height 50 (button :class "mediabutton" @@ -32,14 +34,14 @@ (button :class "mediabutton" :valign "center" - :halign "start" + :halign "end" :height 25 :width 25 "󰐎") (button :class "mediabutton" :valign "center" - :halign "start" + :halign "end" :height 25 :width 25 ""))))