summaryrefslogtreecommitdiff
path: root/modules/bar (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 days2-1/+17
| | | | | 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-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
| | |
| * | 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