diff --git a/de/home/.config/eww/eww.scss b/de/home/.config/eww/eww.scss index a67cf73..445d1cf 100644 --- a/de/home/.config/eww/eww.scss +++ b/de/home/.config/eww/eww.scss @@ -304,11 +304,11 @@ $home-widget-border-hover-color: rgba($color5,0.3); border-radius: $home-widget-border-radius; background-color: $home-widget-bg-color; .nowplayingart, -/* .mediacontrols { - margin: 10px 10px 10px 10px; - } */ + .mediacontrols { + margin: 7px; + } .nowplayingart { - border: 1px solid $home-widget-border-color; +// border: 1px solid $home-widget-border-color; border-radius: $home-widget-border-radius; } .mediabutton { @@ -317,11 +317,13 @@ $home-widget-border-hover-color: rgba($color5,0.3); // margin: 10px; } } - .nowplayingart, +// .nowplayingart, .rat { - background-position: center; - background-size: cover; - background-repeat: no-repeat; +// background-position: center; +// background-size: cover; +// background-repeat: no-repeat; + border-radius: $home-widget-border-radius; + box-shadow: inset 0 0 0px 3px $home-widget-border-color; } .weather { // background-color: $home-widget-bg-color; @@ -361,7 +363,7 @@ $home-widget-border-hover-color: rgba($color5,0.3); .reminders { border-top: 1px solid $home-widget-border-color; } - .rat, +// .rat, // .nowplayingart, .shortcuts { border: 3px solid $home-widget-border-color; diff --git a/de/home/.config/eww/modules/home/nowplayingart.yuck b/de/home/.config/eww/modules/home/nowplayingart.yuck index d9aa2b4..66c5756 100644 --- a/de/home/.config/eww/modules/home/nowplayingart.yuck +++ b/de/home/.config/eww/modules/home/nowplayingart.yuck @@ -6,7 +6,7 @@ (box :class "nowplayingbar" :orientation "h" - :space-evenly true + :space-evenly false :halign "start" :width 250 :height 75 @@ -14,7 +14,7 @@ :height 75 :width 75 :valign "center" - :halign "fill" + :halign "start" :hexpand false :vexpand false (nowplayingart)) @@ -23,22 +23,22 @@ (box :class "mediacontrols" :orientation "h" - :space-evenly false - :halign "start" -; :width 100 - :spacing 10 + :space-evenly true + :halign "end" + :width 161 +; :spacing 0 :height 50 (button :class "mediabutton" :valign "center" - :halign "start" + :halign "end" :height 25 :width 25 "") (button :class "mediabutton" :valign "center" - :halign "center" + :halign "end" :height 25 :width 25 "󰐎")