summaryrefslogtreecommitdiff
path: root/modules/bar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #906 from atdma/main2 * r + 2 * t2026-01-0311-101/+1022
|\ | | | | controlcenter: many setting panes and minor features
| * Merge branch 'caelestia-dots:main' into mainATDMA2025-11-241-5/+10
| |\
| * | 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: appearance pane async loaderATMDA2025-11-162-2/+2
| | |
| * | controlcenter: changed to popout vs floating to match the other settings ↵ATMDA2025-11-162-2/+6
| | | | | | | | | | | | buttons (fixed issues with resizing)
| * | 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-134-9/+39
| | |
| * | tray: removed ethernet config options (network covers it)ATMDA2025-11-131-1/+1
| | |
| * | tray: consolidating ethernet into networkATMDA2025-11-134-187/+113
| | |
| * | 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
| | |
| * | tray: if background enabled and empty, background is hiddenATMDA2025-11-111-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-103-0/+196
| | |
| * | osicon: toggle launcher on clickATMDA2025-11-091-4/+22
| | |
| * | fix: panels (i'm debugging)ATMDA2025-11-092-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
| * | fix: window title while keeping new panelsATMDA2025-11-091-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
| * | config: settings in barATMDA2025-11-091-0/+6
| | |
* | | bar: add config option to disable on selected screens (#920)Bora Gülerman2025-11-261-2/+3
| |/ |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * modules/drawers: Added a bar config option to disable the bar on selected screens Extended the visualizer on screens that the bar is hidden * modules/drawers: surrounded barwrapper with a loader * fix/modules/drawers: fix a null reference missed to fix a reference to bar object to barLoader.item * modules/drawers: added regex support also reverted the barLoader, added a disabled property to BarLoader instead * fix: module/drawers: applied requested changes
* | bar/activewindow: add option to invert rotate (#922)Sven Fischer2025-11-241-5/+10
|/ | | | | | | * feat(activeWindow): Add rotation option to rotate counter-clockwise * feat(activeWindow): Change rotation to inverted boolean option * feat(activeWindow): Do not expose inverted property
* bar/popouts: allow disabling individual popouts2 * r + 2 * t2025-10-212-7/+7
| | | | Closes #826
* internal: fix bat charge state2 * r + 2 * t2025-10-081-1/+1
| | | | | Counts fully charged and pending charge as charging, same as prior to 90c051cf
* internal: fix battery charging logic for tray and lock (#751)Dylan Myers2025-10-061-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
* bar: fix height when tray expansion2 * r + 2 * t2025-09-252-7/+12
|
* bar: add compact tray option2 * r + 2 * t2025-09-253-13/+87
| | | | Closes #659
* 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: fix null warnings2 * r + 2 * t2025-09-151-2/+2
|
* internal: add opacity mask component2 * r + 2 * t2025-09-141-5/+2
|
* 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
* bar: remove idle inhibitor2 * r + 2 * t2025-09-122-39/+0
| | | | Use the one in the utilities panel instead
* bar/tray: add icon subs2 * r + 2 * t2025-09-091-8/+2
| | | | Usage: array of { id, image | icon }
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-092-2/+2
|
* bar: configurable scroll actions (#559)Belal2025-09-081-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>