New backup 2025-03-04 01:30:01

This commit is contained in:
Penelope Gwen 2025-03-04 01:30:01 -08:00
parent 5f9f729f83
commit 7d548e809d
3 changed files with 6 additions and 2 deletions

View file

@ -12,6 +12,9 @@
.music { .music {
margin: 10px; margin: 10px;
} }
.tray_children {
margin: 0px 10px;
}
.rightgroup { .rightgroup {
margin-right: 10px; margin-right: 10px;
} }
@ -51,7 +54,6 @@ circular-progress {
} }
.rightgroup>label, .rightgroup>label,
.rightgroup>button, .rightgroup>button,
.systray,
.music { .music {
background-color: $color9; background-color: $color9;
border: 2px solid $color1; border: 2px solid $color1;

View file

@ -103,7 +103,7 @@
(defwidget tray_children [] (defwidget tray_children []
(box :class "reveal_children" (box :class "tray_children"
:orientation "h" :orientation "h"
:space-evenly false :space-evenly false
:halign "center" :halign "center"

View file

@ -0,0 +1,2 @@
#!/bin/bash