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 {
|
.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;
|
||||||
|
|
|
@ -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"
|
||||||
|
|
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