New backup 2025-07-02 10:15:02

This commit is contained in:
Penelope Gwen 2025-07-02 10:15:02 -07:00
parent f8cdb46b18
commit d57990ceac
2 changed files with 4 additions and 3 deletions

View file

@ -20,7 +20,7 @@ $bar-module-border-radius: 8px;
// Global Styles // Global Styles
.bar { .bar {
font-size: 1em; font-size: 1em;
padding: 10px 0px; padding: 10px 0px 0px;
margin: 0px 15px; margin: 0px 15px;
//bar groups //bar groups

View file

@ -42,8 +42,9 @@
; ))) ; )))
(defwidget centergroup [] (defwidget centergroup []
(box :class "centergroup" :orientation "h" :space-evenly false :halign "start" (box :visible {nowplaying != ""}
(music))) :class "centergroup" :orientation "h" :space-evenly false :halign "start"
(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"