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

This commit is contained in:
Penelope Gwen 2025-07-18 19:45:02 -07:00
parent f40ee9af4c
commit 50b732ea6d
2 changed files with 14 additions and 9 deletions

View file

@ -305,7 +305,8 @@ $home-widget-border-hover-color: rgba($color5,0.3);
background-color: $home-widget-bg-color; background-color: $home-widget-bg-color;
// .nowplayingart, // .nowplayingart,
.mediadetails { .mediadetails {
margin: 10px 25px 10px 15px; margin: 10px 15px;
// margin: 10px 25px 10px 15px;
label { label {
margin: 0px; margin: 0px;
} }
@ -315,10 +316,13 @@ $home-widget-border-hover-color: rgba($color5,0.3);
// margin-left: 10px; // margin-left: 10px;
} }
.nowplayingart { .nowplayingart {
margin: 10px; margin: 20px 0px 20px 20px;
// margin-right: 0px; // margin-right: 0px;
// 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;
background-position: center;
background-size: cover;
background-repeat: no-repeat;
} }
.mediabutton { .mediabutton {
background-color: $home-button-bg-color; background-color: $home-button-bg-color;
@ -328,9 +332,9 @@ $home-widget-border-hover-color: rgba($color5,0.3);
} }
// .nowplayingart, // .nowplayingart,
.rat { .rat {
// background-position: center; background-position: center;
// background-size: cover; background-size: cover;
// background-repeat: no-repeat; background-repeat: no-repeat;
margin: 0px 3px; margin: 0px 3px;
border-radius: $home-widget-border-radius; border-radius: $home-widget-border-radius;
box-shadow: inset 0 0 0px 3px $home-widget-border-color; box-shadow: inset 0 0 0px 3px $home-widget-border-color;
@ -356,9 +360,9 @@ $home-widget-border-hover-color: rgba($color5,0.3);
.revealer-title { .revealer-title {
// border: 3px solid $home-widget-border-color; // border: 3px solid $home-widget-border-color;
// box-shadow: inset 0 0 0px 3px $home-widget-border-color; // box-shadow: inset 0 0 0px 3px $home-widget-border-color;
// background-color: $home-widget-border-color; background-color: $home-widget-border-color;
// background-color: $home-widget-bg-color; // background-color: $home-widget-bg-color;
color: $home-button-fg-color; color: $home-widget-bg-color;
padding-bottom: 2px; padding-bottom: 2px;
font-weight: bold; font-weight: bold;
transition: all 0.3s; transition: all 0.3s;

View file

@ -12,7 +12,7 @@
:class "nowplayingbar" :class "nowplayingbar"
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "start" :halign "center"
:width 300 :width 300
:height 100 :height 100
(button (button
@ -33,6 +33,7 @@
:halign "fill" :halign "fill"
:hexpand true :hexpand true
(label (label
:justify "center"
:text "󰎇 ${nowplaying_title} :text "󰎇 ${nowplaying_title}
󰠃 ${nowplaying_artist}") 󰠃 ${nowplaying_artist}")
(box (box