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

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

View file

@ -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;

View file

@ -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
"󰐎")