New backup 2025-07-18 17:45:02

This commit is contained in:
Penelope Gwen 2025-07-18 17:45:02 -07:00
parent b6341e3c6c
commit 424c9f5ce9
2 changed files with 19 additions and 17 deletions

View file

@ -304,11 +304,11 @@ $home-widget-border-hover-color: rgba($color5,0.3);
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
background-color: $home-widget-bg-color; background-color: $home-widget-bg-color;
.nowplayingart, .nowplayingart,
/* .mediacontrols { .mediacontrols {
margin: 10px 10px 10px 10px; margin: 7px;
} */ }
.nowplayingart { .nowplayingart {
border: 1px solid $home-widget-border-color; // border: 1px solid $home-widget-border-color;
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
} }
.mediabutton { .mediabutton {
@ -317,11 +317,13 @@ $home-widget-border-hover-color: rgba($color5,0.3);
// margin: 10px; // margin: 10px;
} }
} }
.nowplayingart, // .nowplayingart,
.rat { .rat {
background-position: center; // background-position: center;
background-size: cover; // background-size: cover;
background-repeat: no-repeat; // background-repeat: no-repeat;
border-radius: $home-widget-border-radius;
box-shadow: inset 0 0 0px 3px $home-widget-border-color;
} }
.weather { .weather {
// background-color: $home-widget-bg-color; // background-color: $home-widget-bg-color;
@ -361,7 +363,7 @@ $home-widget-border-hover-color: rgba($color5,0.3);
.reminders { .reminders {
border-top: 1px solid $home-widget-border-color; border-top: 1px solid $home-widget-border-color;
} }
.rat, // .rat,
// .nowplayingart, // .nowplayingart,
.shortcuts { .shortcuts {
border: 3px solid $home-widget-border-color; border: 3px solid $home-widget-border-color;

View file

@ -6,7 +6,7 @@
(box (box
:class "nowplayingbar" :class "nowplayingbar"
:orientation "h" :orientation "h"
:space-evenly true :space-evenly false
:halign "start" :halign "start"
:width 250 :width 250
:height 75 :height 75
@ -14,7 +14,7 @@
:height 75 :height 75
:width 75 :width 75
:valign "center" :valign "center"
:halign "fill" :halign "start"
:hexpand false :hexpand false
:vexpand false :vexpand false
(nowplayingart)) (nowplayingart))
@ -23,22 +23,22 @@
(box (box
:class "mediacontrols" :class "mediacontrols"
:orientation "h" :orientation "h"
:space-evenly false :space-evenly true
:halign "start" :halign "end"
; :width 100 :width 161
:spacing 10 ; :spacing 0
:height 50 :height 50
(button (button
:class "mediabutton" :class "mediabutton"
:valign "center" :valign "center"
:halign "start" :halign "end"
:height 25 :height 25
:width 25 :width 25
"") "")
(button (button
:class "mediabutton" :class "mediabutton"
:valign "center" :valign "center"
:halign "center" :halign "end"
:height 25 :height 25
:width 25 :width 25
"󰐎") "󰐎")