summaryrefslogtreecommitdiff
path: root/modules/bar/popouts/Audio.qml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* internal: use existing button controls2 * r + 2 * t2025-11-151-6/+5
| | | | Instead of SimpleButton
* tray: open settings button matches other popoutsATMDA2025-11-151-1/+1
|
* tray: changed settings icon in buttonATMDA2025-11-131-1/+1
|
* tray: minor button updates to matchATMDA2025-11-121-31/+8
|
* popout: audio and blueooth changed button to say "Open Settings"ATMDA2025-11-111-1/+1
|
* statusicons: made panel open in detach to match the bluetooth iconATMDA2025-11-101-4/+2
|
* statusicons: sound input/output now opens controlcenter instead of pavucontrolATMDA2025-11-101-2/+2
|
* internal: use templates2 * r + 2 * t2025-09-131-6/+4
|
* internal: use Anim component2 * r + 2 * t2025-08-241-5/+1
|
* config: add audio increment option2 * r + 2 * t2025-08-051-2/+2
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-051-2/+2
| | | | Also better labels for audio popout
* popouts/audio: scroll volume slider2 * r + 2 * t2025-08-051-11/+24
| | | | Also more spacing
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-32/+113
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor widgets folder2 * r + 2 * t2025-08-041-1/+2
| | | | Split into subdirs and rename to components
* config: add apps config2 * r + 2 * t2025-08-021-1/+1
| | | | Closes #318 and #305
* config: allow configuring external audio programSoramane2025-07-301-1/+1
| | | | Closes #302
* config: enable/disable status icons (#243)Kaj2025-07-261-0/+57
* Adds ability to disable/enable status icons Improves the hover calculations so that it's not hardcoded. This should make it easier to add/remove status icons. Also adds an optional audio status icon. * status: move config to barconfig * fixes * fix merge * loader icons * fix audio popout --------- Co-authored-by: Kaj Giesbers <kajgiesbers@gmail.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>