waybar style

This commit is contained in:
2026-08-02 16:53:46 -05:00
parent b3cf5287cf
commit 9c4b30e402
+14 -1
View File
@@ -27,7 +27,20 @@
border-radius: 2px; border-radius: 2px;
} }
#wireplumber, #wireplumber#sink {
background-color: @background-alt;
border-radius: 3px;
padding-left: 0.5em;
padding-right: 0.5em;
}
#wireplumber#source {
background-color: @background-alt;
border-radius: 3px;
padding-left: 0.5em;
padding-right: 0.5em;
}
#bat, #bat,
#net { #net {
background-color: @background-alt; background-color: @background-alt;