New backup 2025-07-02 10:15:02
This commit is contained in:
parent
f8cdb46b18
commit
d57990ceac
2 changed files with 4 additions and 3 deletions
|
@ -20,7 +20,7 @@ $bar-module-border-radius: 8px;
|
|||
// Global Styles
|
||||
.bar {
|
||||
font-size: 1em;
|
||||
padding: 10px 0px;
|
||||
padding: 10px 0px 0px;
|
||||
margin: 0px 15px;
|
||||
|
||||
//bar groups
|
||||
|
|
|
@ -42,8 +42,9 @@
|
|||
; )))
|
||||
|
||||
(defwidget centergroup []
|
||||
(box :class "centergroup" :orientation "h" :space-evenly false :halign "start"
|
||||
(music)))
|
||||
(box :visible {nowplaying != ""}
|
||||
:class "centergroup" :orientation "h" :space-evenly false :halign "start"
|
||||
(music)))
|
||||
|
||||
(defwidget rightgroup []
|
||||
(box :class "rightgroup" :orientation "h" :space-evenly false :halign "end"
|
||||
|
|
Loading…
Add table
Reference in a new issue