Added the ability to adjust application specific audio levels. (#608)

* Added a playback volume module in audio menu.

* Finish playback source volume adjuster.
This commit is contained in:
Jas Singh
2024-12-23 14:03:01 -08:00
committed by GitHub
parent a3240e6c6d
commit af88c267f4
18 changed files with 368 additions and 46 deletions

View File

@@ -212,4 +212,33 @@
.menu-items-section.playback {
border-radius: 0em;
}
.slider-toggle {
color: if($bar-menus-monochrome, $bar-menus-iconbuttons-passive, $bar-menus-menu-volume-iconbutton-passive);
padding: 0em 1em;
label {
font-size: 1.25em;
}
&:hover {
color: if($bar-menus-monochrome, $bar-menus-iconbuttons-active, $bar-menus-menu-volume-iconbutton-active);
}
}
.active-playbacks-scrollable {
min-height: 12.5em;
scrollbar contents trough slider {
background: $bar-menus-menu-volume-scroller-color;
}
.menu-active-percentage.playback,
.menu-active-percentage.input {
margin-right: 0.6em;
}
}
.no-playbacks.dim {
opacity: 0.5;
}
}

View File

@@ -202,7 +202,7 @@
.menu-scroller.bluetooth {
min-height: 18em;
slider {
scrollbar contents trough slider {
background: $bar-menus-menu-bluetooth-scroller-color;
}
}

View File

@@ -259,7 +259,7 @@
margin-right: 0em;
min-width: 0.35em;
slider {
scrollbar contents trough slider {
min-width: $bar-menus-scroller-width;
border-radius: $bar-menus-scroller-radius;
background: $bar-menus-text;

View File

@@ -185,7 +185,7 @@
.menu-scroller.wap {
min-height: 16em;
slider {
scrollbar contents trough slider {
background: $bar-menus-menu-network-scroller-color;
}
}