summaryrefslogtreecommitdiff
path: root/modules/bar/popouts (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-11-19refactor: NetworkConnection util created, migrated all functionsATMDA2-22/+15
2025-11-16tray: wireless password popout respect transparencyATMDA1-1/+2
2025-11-16hierarchy: renamed for consistencyATMDA2-1/+2
2025-11-15controlcenter: password input errors/wrong passATMDA1-34/+51
2025-11-15internal: use existing button controls2 * r + 2 * t4-132/+70
Instead of SimpleButton
2025-11-15tray: open settings button matches other popoutsATMDA2-2/+2
2025-11-15tray: wireless password popout, no more full-rounding buttonsATMDA1-1/+1
2025-11-14tray: wireless password displays errors and resetsATMDA1-24/+49
2025-11-14tray: wireless password ripple effect fix / focusATMDA1-5/+24
2025-11-14tray: wireless password input popoutATMDA4-2/+719
2025-11-13tray: wireless, ethernet, bluetooth cleanupATMDA3-8/+38
2025-11-13tray: consolidating ethernet into networkATMDA3-184/+110
2025-11-13network: migrated to nmcli.qmlATMDA1-17/+16
2025-11-13tray: changed settings icon in buttonATMDA2-2/+2
2025-11-12tray: minor button updates to matchATMDA2-62/+17
2025-11-12conrolcenter: debug/rewrite of wireless panelATMDA1-1/+1
2025-11-11popout: audio and blueooth changed button to say "Open Settings"ATMDA2-2/+2
2025-11-10statusicons: made panel open in detach to match the bluetooth iconATMDA1-4/+2
2025-11-10statusicons: sound input/output now opens controlcenter instead of pavucontrolATMDA1-2/+2
2025-11-10statusicons: added ethernet when active and popoutATMDA2-0/+184
2025-10-21bar/popouts: allow disabling individual popouts2 * r + 2 * t1-4/+4
Closes #826
2025-09-25plugin/hypr: add more helpers2 * r + 2 * t1-1/+1
Also refresh options on dynamic option application
2025-09-24plugin: add hypr extras (#690)2 * r + 2 * t1-1/+1
* move machine * works * prevent duplicate refreshes * use instead of hyprctl proc
2025-09-23popouts/kblayout: add switch layout button (#682)AleksElixir1-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>
2025-09-20internal: centralise focus grabs2 * r + 2 * t1-7/+0
Except detached popouts focus grab (its meant to be exclusive to the other grab)
2025-09-13internal: use templates2 * r + 2 * t1-6/+4
2025-09-13plugin/managers: add CircularIndicatorManager2 * r + 2 * t2-3/+3
Basically move StyledBusyIndicator -> CircularIndicator + logic for it from js -> c++
2025-09-13popouts/tray: better interaction2 * r + 2 * t3-3/+6
Not exclusive when on first layer of submenus Closes #610
2025-09-03internal: non async popouts2 * r + 2 * t1-1/+0
Fixes "Component is not ready" warnings
2025-09-03bar/statusicons: add lock keys indicator (#514)Belal2-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>
2025-08-24internal: use Anim component2 * r + 2 * t5-43/+12
2025-08-24internal: add canim component2 * r + 2 * t1-5/+2
2025-08-24internal: add anim component2 * r + 2 * t3-18/+1
No inlining
2025-08-24internal: rename Hyprland -> Hypr2 * r + 2 * t3-7/+7
Prevent shadowing Fixes window info not changing on switching to an empty workspace
2025-08-23popouts/network: better rescan loading2 * r + 2 * t1-15/+21
2025-08-19bar: add kblayout popout2 * r + 2 * t2-0/+11
2025-08-14internal: better loading indicator2 * r + 2 * t2-22/+4
Abstract circular progress into own component
2025-08-10internal: more colour fixes2 * r + 2 * t2-2/+2
:woe:
2025-08-08internal: transparency support coming soon™2 * r + 2 * t3-4/+4
Also fix media player selector text colour Fix colour preview not resetting light/dark mode
2025-08-07controlcenter: add floating mode2 * r + 2 * t1-0/+4
Closes #363
2025-08-05config: add audio increment option2 * r + 2 * t1-2/+2
2025-08-05internal: rename dcontent -> controlcenter2 * r + 2 * t1-4/+2
2025-08-05internal: position slider handle correctly2 * r + 2 * t1-2/+2
Also better labels for audio popout
2025-08-05popouts/audio: scroll volume slider2 * r + 2 * t1-11/+24
Also more spacing
2025-08-05bar/popouts: add audio device switcher (#319)Laurens Duin1-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>
2025-08-04internal: refactor widgets folder2 * r + 2 * t6-6/+9
Split into subdirs and rename to components
2025-08-02config: add apps config2 * r + 2 * t1-1/+1
Closes #318 and #305
2025-07-30config: allow configuring external audio programSoramane1-1/+1
Closes #302
2025-07-28popouts: unload when hidden2 * r + 2 * t3-3/+3
2025-07-26dcontent: add bt pane2 * r + 2 * t1-1/+1