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

View file

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

View file

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