eww: add new features and fix issues

This commit is contained in:
retrozinndev
2024-12-07 16:43:37 -03:00
parent adf8b7d9ba
commit e9258d04e4
26 changed files with 882 additions and 207 deletions
+28
View File
@@ -0,0 +1,28 @@
box.audio-popup {
background: rgba($background, .7);
padding: 8px;
margin-right: 6px;
border-radius: 16px;
border: .5px solid rgba($foreground, .3);
}
.separator {
box-shadow: 0 0 0 1px darken($color: $foreground, $amount: 25);
margin: 4px 0;
border-radius: 1px;
}
.output-slider {
label {
margin-left: 18px;
color: $background;
}
}
.source-slider {
label {
margin-left: 18px;
color: $background;
}
}