Rayzeq/quick-settings-audio-panel

General UI/UX - Improvements

NA0341 opened this issue · 3 comments

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.

💎 Suggestions Welcome ❤️

  • Setting to Make the Panel into an independent Panel in the Dock. Outside of the System Panel.
  • Setting to Move the Panel to the left, center, right.
  • [Bug]: Playback Controls expand under the below Element when outfolded via the Button.

image

  • Setting to manually set the Exec Path for pactl if it cannot be found.
  • #48
  • Setting to make the volume sliders "snap" to certain levels. I suggest 50% & 100% ~ and maybe 25% too.

[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.

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).

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.