New backup 2025-03-12 15:30:01

This commit is contained in:
Penelope Gwen 2025-03-12 15:30:01 -07:00
parent 19d6ff8169
commit a06a7b5cbe
2 changed files with 11 additions and 9 deletions

View file

@ -58,6 +58,7 @@ circular-progress {
border-radius:8px;
}
.reveal_children>box,
.reveal_children>widget,
.reveal_children>button {
border-left: 2px solid rgba($color0,0.5);
}

View file

@ -7,12 +7,13 @@
(tray_children)))
(defwidget tray_children []
(box :class "tray_children"
:orientation "h"
:space-evenly false
:halign "center"
(systray
:orientation "h"
:space-evenly true
:spacing 10
:prepend-new true)))
(box :orientation "h"
:space-evenly false
:halign "center"
(systray
:orientation "h"
:class "reveal_children"
:space-evenly true
:spacing 10
:icon-size 20
:prepend-new true)))