summaryrefslogtreecommitdiff
path: root/modules/bar (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-16controlcenter: appearance pane async loaderATMDA2-2/+2
2025-11-16controlcenter: changed to popout vs floating to match the other settings ↵ATMDA2-2/+6
buttons (fixed issues with resizing)
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 cleanupATMDA4-9/+39
2025-11-13tray: removed ethernet config options (network covers it)ATMDA1-1/+1
2025-11-13tray: consolidating ethernet into networkATMDA4-187/+113
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-11tray: if background enabled and empty, background is hiddenATMDA1-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 popoutATMDA3-0/+196
2025-11-09osicon: toggle launcher on clickATMDA1-4/+22
2025-11-09fix: panels (i'm debugging)ATMDA2-0/+84
new file: modules/bar/components/Settings.qml new file: modules/bar/components/SettingsIcon.qml new file: modules/controlcenter/audio/AudioPane.qml new file: modules/controlcenter/network/Details.qml new file: modules/controlcenter/network/NetworkList.qml new file: modules/controlcenter/network/NetworkPane.qml new file: modules/controlcenter/network/Settings.qml
2025-11-09fix: window title while keeping new panelsATMDA1-6/+0
modified: config/BarConfig.qml modified: modules/BatteryMonitor.qml modified: modules/background/DesktopClock.qml modified: modules/bar/Bar.qml modified: modules/controlcenter/WindowFactory.qml modified: modules/controlcenter/WindowTitle.qml
2025-11-09config: settings in barATMDA1-0/+6
2025-10-21bar/popouts: allow disabling individual popouts2 * r + 2 * t2-7/+7
Closes #826
2025-10-08internal: fix bat charge state2 * r + 2 * t1-1/+1
Counts fully charged and pending charge as charging, same as prior to 90c051cf
2025-10-06internal: fix battery charging logic for tray and lock (#751)Dylan Myers1-1/+1
* Update StatusIcons.qml --- Fix battery chargiing logic idk what the difference is in the return value of UPower.onBattery and UPower.displayDevice.state, but the former always returns false after unplugging my laptop. Changing this to the more specific displayDevice.state === 2 fixes this * Fetch.qml --- Fix battery charging boolean logic * Use enum value for UPowerDeviceState instead of index * Use enum value for UPowerDeviceState instead of index * Update Fetch.qml --- invert battery conditional logic
2025-09-25bar: fix height when tray expansion2 * r + 2 * t2-7/+12
2025-09-25bar: add compact tray option2 * r + 2 * t3-13/+87
Closes #659
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-15internal: fix null warnings2 * r + 2 * t1-2/+2
2025-09-14internal: add opacity mask component2 * r + 2 * t1-5/+2
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-12bar: remove idle inhibitor2 * r + 2 * t2-39/+0
Use the one in the utilities panel instead
2025-09-09bar/tray: add icon subs2 * r + 2 * t1-8/+2
Usage: array of { id, image | icon }
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t2-2/+2
2025-09-08bar: configurable scroll actions (#559)Belal1-3/+3
* bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-08bar/statusicons: add mic indicator2 * r + 2 * t1-0/+12
Closes #578
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)Belal3-9/+103
* [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-09-01bar/workspaces: add option for ws name capitalisation (#543)sweenu1-1/+8