summaryrefslogtreecommitdiff
path: root/modules/bar/components (follow)
Commit message (Collapse)AuthorAgeFilesLines
* only show active workspaces, fix colorsFreya Murphy7 days1-0/+1
|
* fix: close other popouts when hover activewindow2 * r + 2 * t8 days1-0/+6
|
* bar/activewindow: toggle when not show on hover2 * r + 2 * t8 days1-3/+7
|
* bar/activewindow: allow disable show on hover2 * r + 2 * t8 days1-0/+15
| | | | | Closes #1209 Closes #1019
* bar/activewindow: format2 * r + 2 * t8 days1-11/+12
|
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales8 days1-1/+13
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/osicon: fix blurriness (#1271)Kalagmitan8 days1-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>
* workspaces: window icons limit (#1267)Robin Seger8 days2-2/+10
| | | | | * workspace window icons display limit * serialization
* workspaces: replace reduce with for loop for occupied map2 * r + 2 * t11 days1-4/+6
|
* feat: add Logo shape component (#1247)Robin Seger2026-03-101-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>
* bar: allow hiding tray icons (#1227)Evertiro2026-03-081-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>
* internal: format2 * r + 2 * t2026-01-284-8/+3
|
* bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)Evertiro2026-01-201-1/+1
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* internal: fix errors due to sync loaders2 * r + 2 * t2026-01-164-9/+12
|
* internal: no async loaders2 * r + 2 * t2026-01-165-9/+0
| | | | Fixes reload issue and all stuff not loading issues
* Merge branch 'caelestia-dots:main' into mainATDMA2025-11-241-5/+10
|\
| * 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
* | 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)
* | tray: wireless, ethernet, bluetooth cleanupATMDA2025-11-131-1/+1
| |
* | tray: removed ethernet config options (network covers it)ATMDA2025-11-131-1/+1
| |
* | tray: consolidating ethernet into networkATMDA2025-11-131-3/+3
| |
* | tray: if background enabled and empty, background is hiddenATMDA2025-11-111-1/+1
| |
* | statusicons: added ethernet when active and popoutATMDA2025-11-101-0/+12
| |
* | 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
* 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-251-7/+54
| | | | Closes #659
* internal: fix null warnings2 * r + 2 * t2025-09-151-2/+2
|
* internal: add opacity mask component2 * r + 2 * t2025-09-141-5/+2
|
* bar: remove idle inhibitor2 * r + 2 * t2025-09-121-33/+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/statusicons: add mic indicator2 * r + 2 * t2025-09-081-0/+12
| | | | Closes #578
* bar/statusicons: add lock keys indicator (#514)Belal2025-09-031-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>
* bar/workspaces: add option for ws name capitalisation (#543)sweenu2025-09-011-1/+8
|
* bar/workspaces: different `showWindows` option for special ws (#544)sweenu2025-09-011-4/+4
|
* bar/clock: allow hiding icon (#484)Bruno Inec2025-08-271-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>
* internal: use Anim component2 * r + 2 * t2025-08-244-39/+19
|
* internal: add anim component2 * r + 2 * t2025-08-244-24/+0
| | | | No inlining
* bar: better handling for named workspaces2 * r + 2 * t2025-08-244-5/+18
| | | | Fixes #448
* internal: rename Hyprland -> Hypr2 * r + 2 * t2025-08-245-16/+16
| | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace
* bar: add idle inhibitor (#459)Davi Ribeiro2025-08-231-0/+33
| | | | | | | | | | | | | | | | | * bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
* bar: add kblayout popout2 * r + 2 * t2025-08-191-4/+2
|
* bar/workspaces: better scroll2 * r + 2 * t2025-08-161-1/+8
|
* bar/workspaces: add special ws overlay2 * r + 2 * t2025-08-162-28/+465
|
* bar/workspaces: refactor2 * r + 2 * t2025-08-164-101/+77
|
* internal: static bar width2 * r + 2 * t2025-08-152-2/+2
|