New backup 2025-07-18 16:45:01
This commit is contained in:
parent
aaad37e487
commit
15c020c99d
2 changed files with 38 additions and 26 deletions
|
@ -302,6 +302,11 @@ $home-widget-border-hover-color: rgba($color5,0.3);
|
|||
border: 3px solid $home-widget-border-color;
|
||||
border-radius: $home-widget-border-radius;
|
||||
background-color: $home-widget-bg-color;
|
||||
.nowplayingart {
|
||||
margin: 10px;
|
||||
border: 1px solid $home-widget-border-color;
|
||||
border-radius: $home-widget-border-radius;
|
||||
}
|
||||
.mediabutton {
|
||||
background-color: $home-button-bg-color;
|
||||
border-radius: $home-button-circle-border-radius
|
||||
|
|
|
@ -2,38 +2,45 @@
|
|||
'scripts/home/nowplayingart.sh')
|
||||
|
||||
(defwidget nowplayingbar []
|
||||
(box
|
||||
(centerbox
|
||||
:class "nowplayingbar"
|
||||
:orientation "h"
|
||||
:width 250
|
||||
:height 100
|
||||
:space-evenly false
|
||||
:valign "fill"
|
||||
(button
|
||||
:height 50
|
||||
:width 50
|
||||
:height 90
|
||||
:width 90
|
||||
:valign "center"
|
||||
:halign "center"
|
||||
:hexpand false
|
||||
:vexpand false
|
||||
(nowplayingart))
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(label
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
:text "")))
|
||||
"test"
|
||||
(box
|
||||
:space-evenly true
|
||||
:width 100
|
||||
:height 50
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
"")
|
||||
(button
|
||||
:class "mediabutton"
|
||||
:valign "center"
|
||||
:halign "end"
|
||||
:height 25
|
||||
:width 25
|
||||
""))))
|
||||
|
||||
(defwidget nowplayingart []
|
||||
(box
|
||||
|
|
Loading…
Add table
Reference in a new issue