New backup 2025-07-18 23:30:02
This commit is contained in:
parent
d58365999c
commit
8825db4bcf
3 changed files with 3 additions and 2 deletions
Binary file not shown.
|
Before Width: | Height: | Size: 975 KiB After Width: | Height: | Size: 689 KiB |
|
|
@ -43,8 +43,8 @@
|
||||||
|
|
||||||
(defwidget centergroup []
|
(defwidget centergroup []
|
||||||
(box :visible {nowplaying != ""}
|
(box :visible {nowplaying != ""}
|
||||||
:class "centergroup" :orientation "h" :space-evenly false :halign "start"
|
:class "centergroup" :orientation "h" :space-evenly false :halign "start"))
|
||||||
(music)))
|
; (music)))
|
||||||
|
|
||||||
(defwidget rightgroup []
|
(defwidget rightgroup []
|
||||||
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
||||||
|
|
|
||||||
|
|
@ -11,6 +11,7 @@
|
||||||
(defwidget nowplayingbar []
|
(defwidget nowplayingbar []
|
||||||
; (centerbox
|
; (centerbox
|
||||||
(box
|
(box
|
||||||
|
:visible {nowplaying_title != ""}
|
||||||
:orientation 'v'
|
:orientation 'v'
|
||||||
:class "nowplayingbar"
|
:class "nowplayingbar"
|
||||||
:space-evenly false
|
:space-evenly false
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue