summaryrefslogtreecommitdiff
path: root/modules/bar (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove tertiary colorHEADmainFreya Murphy2026-03-174-4/+4
|
* fix workspace indicator offsetFreya Murphy2026-03-171-16/+7
|
* change thingsFreya Murphy2026-03-1611-293/+3
|
* add date to clockFreya Murphy2026-03-161-19/+59
|
* delete active window popoutFreya Murphy2026-03-163-134/+0
|
* fix rebaseFreya Murphy2026-03-161-363/+0
|
* revert 'monitorWorkspaces'Freya Murphy2026-03-162-15/+3
|
* refactor workspace functionality (real per monitor workspaces)Freya Murphy2026-03-163-197/+37
|
* only show active workspaces, fix colorsFreya Murphy2026-03-161-0/+1
|
* fix: close other popouts when hover activewindow2 * r + 2 * t2026-03-151-0/+6
|
* bar/activewindow: toggle when not show on hover2 * r + 2 * t2026-03-151-3/+7
|
* bar/activewindow: allow disable show on hover2 * r + 2 * t2026-03-152-1/+17
| | | | | Closes #1209 Closes #1019
* bar/activewindow: format2 * r + 2 * t2026-03-151-11/+12
|
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales2026-03-151-1/+13
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/osicon: fix blurriness (#1271)Kalagmitan2026-03-151-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 Seger2026-03-152-2/+10
| | | | | * workspace window icons display limit * serialization
* workspaces: replace reduce with for loop for occupied map2 * r + 2 * t2026-03-121-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-082-3/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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-289-47/+109
|
* bar/statusicons: allow disabling wifi icon when ethernet is active (#1107)Evertiro2026-01-201-1/+1
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>
* popouts/kblayout: revamp to be actually functional (#971)AleksElixir2026-01-194-29/+364
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Replacement KbLayout.qml for keyboard layout management * Add files via upload * Update KbLayout source component import * Remove KbLayout.qml and relocate to kblayout folder The KbLayout.qml file has been removed and relocated to the kblayout folder. * Code fixes, and added kbLimit config that toust would be dissableable * Add 'kbLimit' to configuration options Added the keyboard limit toast config to the README * Update KbLayout.qml * Update KbLayoutModel.qml * Update BarConfig.qml * Update Content.qml * remove old file --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: fix errors due to sync loaders2 * r + 2 * t2026-01-165-10/+13
|
* internal: no async loaders2 * r + 2 * t2026-01-169-19/+0
| | | | Fixes reload issue and all stuff not loading issues
* popouts/network: fix rescan circ prog center2 * r + 2 * t2026-01-121-12/+8
|
* services: add brightnessIncrement config property (#1010)Ezekiel Gonzales2026-01-031-2/+2
| | | | | * feat: Add brightnessIncrement config property * birghtness increment applies on bar scroll
* bluetooth: make device sort order stable2 * r + 2 * t2026-01-031-1/+1
| | | | Closes #948
* 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
| | |