New backup 2025-03-04 01:30:01
This commit is contained in:
parent
5f9f729f83
commit
7d548e809d
3 changed files with 6 additions and 2 deletions
|
@ -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;
|
||||
|
|
|
@ -103,7 +103,7 @@
|
|||
|
||||
|
||||
(defwidget tray_children []
|
||||
(box :class "reveal_children"
|
||||
(box :class "tray_children"
|
||||
:orientation "h"
|
||||
:space-evenly false
|
||||
:halign "center"
|
||||
|
|
2
de/home/.config/eww/scripts/activewindow
Normal file
2
de/home/.config/eww/scripts/activewindow
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/bash
|
||||
|
Loading…
Add table
Reference in a new issue