added pixel buds control

This commit is contained in:
2025-07-23 20:58:55 +02:00
parent 23e2f7492e
commit 97b5d87d30
4 changed files with 165 additions and 3 deletions

View File

@@ -63,7 +63,9 @@ window#waybar.hidden {
#wireplumber,
#network,
#clock,
#tray {
#tray,
#custom-pixelbuds,
#custom-anc {
border-radius: 4px;
margin: 6px 3px;
padding: 6px 12px;
@@ -71,6 +73,24 @@ window#waybar.hidden {
color: @text;
}
#custom-anc.anc-active {
color: @sky;
border-bottom: 3px solid @sky;
}
#custom-anc.anc-aware {
color: @green;
border-bottom: 3px solid @green;
}
#custom-anc.anc-off {
color: @text;
border-bottom: 3px solid @text;
}
#custom-anc.disconnected {
}
#custom-power {
color: @red;
padding: 6px 12px 6px 10px;
@@ -151,3 +171,8 @@ tooltip label {
padding: 5px;
background-color: @base;
}
#custom-pixelbuds.connected {
color: @teal; /* A pleasant green */
border-bottom: 3px solid @teal;
}