New backup 2025-03-12 15:30:01
This commit is contained in:
parent
19d6ff8169
commit
a06a7b5cbe
2 changed files with 11 additions and 9 deletions
|
@ -58,6 +58,7 @@ circular-progress {
|
||||||
border-radius:8px;
|
border-radius:8px;
|
||||||
}
|
}
|
||||||
.reveal_children>box,
|
.reveal_children>box,
|
||||||
|
.reveal_children>widget,
|
||||||
.reveal_children>button {
|
.reveal_children>button {
|
||||||
border-left: 2px solid rgba($color0,0.5);
|
border-left: 2px solid rgba($color0,0.5);
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,12 +7,13 @@
|
||||||
(tray_children)))
|
(tray_children)))
|
||||||
|
|
||||||
(defwidget tray_children []
|
(defwidget tray_children []
|
||||||
(box :class "tray_children"
|
(box :orientation "h"
|
||||||
:orientation "h"
|
:space-evenly false
|
||||||
:space-evenly false
|
:halign "center"
|
||||||
:halign "center"
|
(systray
|
||||||
(systray
|
:orientation "h"
|
||||||
:orientation "h"
|
:class "reveal_children"
|
||||||
:space-evenly true
|
:space-evenly true
|
||||||
:spacing 10
|
:spacing 10
|
||||||
:prepend-new true)))
|
:icon-size 20
|
||||||
|
:prepend-new true)))
|
||||||
|
|
Loading…
Add table
Reference in a new issue