Rayzeq / quick-settings-audio-panel

An gnome shell extension to add a new panel to the Quick Settings for sound related stuff
https://extensions.gnome.org/extension/5940/quick-settings-audio-panel/
GNU General Public License v3.0
71 stars 6 forks source link

General UI/UX - Improvements #49

Closed NA0341 closed 1 week ago

NA0341 commented 2 months ago

List of UI & UX - Improvements

This list is to have one central place for Improvement Suggestions. Since in most cases such suggestions are very simple and don't really need an extra thread for it.

:gem: Suggestions Welcome :heart:

image

Rayzeq commented 2 months ago

[Bug]: Playback Controls expand under the below Element when outfolded via the Button.

How do you have that option to outfold the mpris controls ? I don't have this button and I didn't find a way to make it appear.

Rayzeq commented 2 months ago

Setting to Move the Panel to the left, center, right.

What exactly do you mean by that ? Move the icon to access the panel (as per the first suggestion) ? If you mean moving the whole quick settings, that's already possible (you'll need another extension to move the button in the title bar, but you can already align the panels left or right). If you want to move the audio panel relative to the main panel, that's also possible, just drag and drop the panel (although it certainly won't be aligned with the edge of the screen).

Rayzeq commented 2 months ago

Setting to make the volume sliders "snap" to certain levels. I suggest 50% & 100% ~ and maybe 25% too.

This seems really difficult to do, as I'd have to hook quite deep into the rendering and event handling code for the sliders. I've looked a bit into the code that handles "overamplification", and it doesn't allow you to add marks, nor does it do snapping.