summaryrefslogtreecommitdiff
path: root/modules/bar/components (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-03-17remove tertiary colorFreya Murphy4-4/+4
2026-03-17fix workspace indicator offsetFreya Murphy1-16/+7
2026-03-16change thingsFreya Murphy3-185/+0
2026-03-16add date to clockFreya Murphy1-19/+59
2026-03-16delete active window popoutFreya Murphy1-25/+0
2026-03-16fix rebaseFreya Murphy1-363/+0
2026-03-16revert 'monitorWorkspaces'Freya Murphy2-15/+3
2026-03-16refactor workspace functionality (real per monitor workspaces)Freya Murphy3-197/+37
2026-03-16only show active workspaces, fix colorsFreya Murphy1-0/+1
2026-03-15fix: close other popouts when hover activewindow2 * r + 2 * t1-0/+6
2026-03-15bar/activewindow: toggle when not show on hover2 * r + 2 * t1-3/+7
2026-03-15bar/activewindow: allow disable show on hover2 * r + 2 * t1-0/+15
Closes #1209 Closes #1019
2026-03-15bar/activewindow: format2 * r + 2 * t1-11/+12
2026-03-15bar/activewindow: add compact option (#1201)Ezekiel Gonzales1-1/+13
Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-15bar/osicon: fix blurriness (#1271)Kalagmitan1-7/+7
* osicon: Unblurred sidebar icon + The multiplier on the implicitWidth and implicitHeight caused the distro icon on the sidebar to look blurry. I believe this is because the screen can't render a fraction of a pixel, and so, the qtengine compensates by using anti-aliasing which causes the icon look smudged. + I changed the font size of the icon to a standard integer size (extraLarge) and removed the multipliers. A side-effect of this commit is that the icon looks a bit bigger now, I chose extraLarge instead of just large because the icon looked a bit too small, but I do not know of other people's preference on this. * feat: Adjusted root implictWidth and implicitHeight * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-03-15workspaces: window icons limit (#1267)Robin Seger2-2/+10
* workspace window icons display limit * serialization
2026-03-12workspaces: replace reduce with for loop for occupied map2 * r + 2 * t1-4/+6
2026-03-10feat: add Logo shape component (#1247)Robin Seger1-6/+24
* Logo Shape component - Added Logo.qml component with scaling - Updated OsIcon to use Logo component * missed removing tour * [CI] chore: update flake * Colours.palette defaults * fixed import, added logo to Fetch.qml * single shape parent, prop changes * prop changes --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com>
2026-03-08bar: allow hiding tray icons (#1227)Evertiro1-2/+5
* First pass at hiding systray icons Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Don't dump all IDs for no reason >_< Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Better handling for hiding tray icons Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Re-add EOF newline Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Hide popouts too Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Hide the expand icon if no icons are visible Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * Update modules/bar/components/Tray.qml Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> * That needs to be inverted * Clean up Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> * fix --------- Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2026-01-28internal: format2 * r + 2 * t4-8/+3
2026-01-20bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)Evertiro1-1/+1
Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
2026-01-16internal: fix errors due to sync loaders2 * r + 2 * t4-9/+12
2026-01-16internal: no async loaders2 * r + 2 * t5-9/+0
Fixes reload issue and all stuff not loading issues
2025-11-24bar/activewindow: add option to invert rotate (#922)Sven Fischer1-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
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-13tray: wireless, ethernet, bluetooth cleanupATMDA1-1/+1
2025-11-13tray: removed ethernet config options (network covers it)ATMDA1-1/+1
2025-11-13tray: consolidating ethernet into networkATMDA1-3/+3
2025-11-11tray: if background enabled and empty, background is hiddenATMDA1-1/+1
2025-11-10statusicons: added ethernet when active and popoutATMDA1-0/+12
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-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 * t1-7/+54
Closes #659
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-12bar: remove idle inhibitor2 * r + 2 * t1-33/+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/statusicons: add mic indicator2 * r + 2 * t1-0/+12
Closes #578
2025-09-03bar/statusicons: add lock keys indicator (#514)Belal1-9/+82
* [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
2025-09-01bar/workspaces: different `showWindows` option for special ws (#544)sweenu1-4/+4
2025-08-27bar/clock: allow hiding icon (#484)Bruno Inec1-5/+11
* bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-24internal: use Anim component2 * r + 2 * t4-39/+19
2025-08-24internal: add anim component2 * r + 2 * t4-24/+0
No inlining
2025-08-24bar: better handling for named workspaces2 * r + 2 * t4-5/+18
Fixes #448