summaryrefslogtreecommitdiff
path: root/modules/bar/popouts (follow)
Commit message (Collapse)AuthorAgeFilesLines
* bluetooth: make device sort order stable2 * r + 2 * t2026-01-031-1/+1
| | | | Closes #948
* refactor: NetworkConnection util created, migrated all functionsATMDA2025-11-192-22/+15
|
* tray: wireless password popout respect transparencyATMDA2025-11-161-1/+2
|
* hierarchy: renamed for consistencyATMDA2025-11-162-1/+2
|
* controlcenter: password input errors/wrong passATMDA2025-11-151-34/+51
|
* internal: use existing button controls2 * r + 2 * t2025-11-154-132/+70
| | | | Instead of SimpleButton
* tray: open settings button matches other popoutsATMDA2025-11-152-2/+2
|
* tray: wireless password popout, no more full-rounding buttonsATMDA2025-11-151-1/+1
|
* tray: wireless password displays errors and resetsATMDA2025-11-141-24/+49
|
* tray: wireless password ripple effect fix / focusATMDA2025-11-141-5/+24
|
* tray: wireless password input popoutATMDA2025-11-144-2/+719
|
* tray: wireless, ethernet, bluetooth cleanupATMDA2025-11-133-8/+38
|
* tray: consolidating ethernet into networkATMDA2025-11-133-184/+110
|
* network: migrated to nmcli.qmlATMDA2025-11-131-17/+16
|
* tray: changed settings icon in buttonATMDA2025-11-132-2/+2
|
* tray: minor button updates to matchATMDA2025-11-122-62/+17
|
* conrolcenter: debug/rewrite of wireless panelATMDA2025-11-121-1/+1
|
* popout: audio and blueooth changed button to say "Open Settings"ATMDA2025-11-112-2/+2
|
* 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
|
* statusicons: added ethernet when active and popoutATMDA2025-11-102-0/+184
|
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-211-4/+4
| | | | Closes #826
* plugin/hypr: add more helpers2 * r + 2 * t2025-09-251-1/+1
| | | | Also refresh options on dynamic option application
* plugin: add hypr extras (#690)2 * r + 2 * t2025-09-241-1/+1
| | | | | | | | | * move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
* popouts/kblayout: add switch layout button (#682)AleksElixir2025-09-231-2/+24
| | | | | | | | | | | | | | | | | * keyboard layout * Update KbLayout.qml Code cleanup * Update KbLayout.qml more code cleanup * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: centralise focus grabs2 * r + 2 * t2025-09-201-7/+0
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* internal: use templates2 * r + 2 * t2025-09-131-6/+4
|
* plugin/managers: add CircularIndicatorManager2 * r + 2 * t2025-09-132-3/+3
| | | | Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
* popouts/tray: better interaction2 * r + 2 * t2025-09-133-3/+6
| | | | | | Not exclusive when on first layer of submenus Closes #610
* internal: non async popouts2 * r + 2 * t2025-09-031-1/+0
| | | | Fixes "Component is not ready" warnings
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-032-0/+21
| | | | | | | | | | | | | * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: use Anim component2 * r + 2 * t2025-08-245-43/+12
|
* internal: add canim component2 * r + 2 * t2025-08-241-5/+2
|
* internal: add anim component2 * r + 2 * t2025-08-243-18/+1
| | | | No inlining
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-243-7/+7
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* popouts/network: better rescan loading2 * r + 2 * t2025-08-231-15/+21
|
* bar: add kblayout popout2 * r + 2 * t2025-08-192-0/+11
|
* internal: better loading indicator2 * r + 2 * t2025-08-142-22/+4
| | | | Abstract circular progress into own component
* internal: more colour fixes2 * r + 2 * t2025-08-102-2/+2
| | | | :woe:
* internal: transparency support coming soon™2 * r + 2 * t2025-08-083-4/+4
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* controlcenter: add floating mode2 * r + 2 * t2025-08-071-0/+4
| | | | Closes #363
* config: add audio increment option2 * r + 2 * t2025-08-051-2/+2
|
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-051-4/+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-046-6/+9
| | | | 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
* popouts: unload when hidden2 * r + 2 * t2025-07-283-3/+3
|