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

This commit is contained in:
Penelope Gwen 2025-07-18 23:30:02 -07:00
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

View file

@ -43,8 +43,8 @@
(defwidget centergroup []
(box :visible {nowplaying != ""}
:class "centergroup" :orientation "h" :space-evenly false :halign "start"
(music)))
:class "centergroup" :orientation "h" :space-evenly false :halign "start"))
; (music)))
(defwidget rightgroup []
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"

View file

@ -11,6 +11,7 @@
(defwidget nowplayingbar []
; (centerbox
(box
:visible {nowplaying_title != ""}
:orientation 'v'
:class "nowplayingbar"
:space-evenly false