| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | refactor workspace functionality (real per monitor workspaces) | Freya Murphy | 33 hours | 3 | -192/+38 |
| | | |||||
| * | only show active workspaces, fix colors | Freya Murphy | 33 hours | 1 | -0/+1 |
| | | |||||
| * | bar/statusicons: allow disabling wifi icon when ethernet is active (#1107) | Evertiro | 3 days | 1 | -1/+1 |
| | | | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com> | ||||
| * | internal: fix errors due to sync loaders | 2 * r + 2 * t | 8 days | 4 | -9/+12 |
| | | |||||
| * | internal: no async loaders | 2 * r + 2 * t | 8 days | 5 | -9/+0 |
| | | | | | Fixes reload issue and all stuff not loading issues | ||||
| * | Merge branch 'caelestia-dots:main' into main | ATDMA | 2025-11-24 | 1 | -5/+10 |
| |\ | |||||
| | * | bar/activewindow: add option to invert rotate (#922) | Sven Fischer | 2025-11-24 | 1 | -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 loader | ATMDA | 2025-11-16 | 2 | -2/+2 |
| | | | |||||
| * | | controlcenter: changed to popout vs floating to match the other settings ↵ | ATMDA | 2025-11-16 | 2 | -2/+6 |
| | | | | | | | | | buttons (fixed issues with resizing) | ||||
| * | | tray: wireless, ethernet, bluetooth cleanup | ATMDA | 2025-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | tray: removed ethernet config options (network covers it) | ATMDA | 2025-11-13 | 1 | -1/+1 |
| | | | |||||
| * | | tray: consolidating ethernet into network | ATMDA | 2025-11-13 | 1 | -3/+3 |
| | | | |||||
| * | | tray: if background enabled and empty, background is hidden | ATMDA | 2025-11-11 | 1 | -1/+1 |
| | | | |||||
| * | | statusicons: added ethernet when active and popout | ATMDA | 2025-11-10 | 1 | -0/+12 |
| | | | |||||
| * | | osicon: toggle launcher on click | ATMDA | 2025-11-09 | 1 | -4/+22 |
| | | | |||||
| * | | fix: panels (i'm debugging) | ATMDA | 2025-11-09 | 2 | -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 state | 2 * r + 2 * t | 2025-10-08 | 1 | -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 Myers | 2025-10-06 | 1 | -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 expansion | 2 * r + 2 * t | 2025-09-25 | 2 | -7/+12 |
| | | |||||
| * | bar: add compact tray option | 2 * r + 2 * t | 2025-09-25 | 1 | -7/+54 |
| | | | | | Closes #659 | ||||
| * | internal: fix null warnings | 2 * r + 2 * t | 2025-09-15 | 1 | -2/+2 |
| | | |||||
| * | internal: add opacity mask component | 2 * r + 2 * t | 2025-09-14 | 1 | -5/+2 |
| | | |||||
| * | bar: remove idle inhibitor | 2 * r + 2 * t | 2025-09-12 | 1 | -33/+0 |
| | | | | | Use the one in the utilities panel instead | ||||
| * | bar/tray: add icon subs | 2 * r + 2 * t | 2025-09-09 | 1 | -8/+2 |
| | | | | | Usage: array of { id, image | icon } | ||||
| * | internal: use Qt.resolvedUrl | 2 * r + 2 * t | 2025-09-09 | 2 | -2/+2 |
| | | |||||
| * | bar/statusicons: add mic indicator | 2 * r + 2 * t | 2025-09-08 | 1 | -0/+12 |
| | | | | | Closes #578 | ||||
| * | bar/statusicons: add lock keys indicator (#514) | Belal | 2025-09-03 | 1 | -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) | sweenu | 2025-09-01 | 1 | -1/+8 |
| | | |||||
| * | bar/workspaces: different `showWindows` option for special ws (#544) | sweenu | 2025-09-01 | 1 | -4/+4 |
| | | |||||
| * | bar/clock: allow hiding icon (#484) | Bruno Inec | 2025-08-27 | 1 | -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 component | 2 * r + 2 * t | 2025-08-24 | 4 | -39/+19 |
| | | |||||
| * | internal: add anim component | 2 * r + 2 * t | 2025-08-24 | 4 | -24/+0 |
| | | | | | No inlining | ||||
| * | bar: better handling for named workspaces | 2 * r + 2 * t | 2025-08-24 | 4 | -5/+18 |
| | | | | | Fixes #448 | ||||
| * | internal: rename Hyprland -> Hypr | 2 * r + 2 * t | 2025-08-24 | 5 | -16/+16 |
| | | | | | | Prevent shadowing Fixes window info not changing on switching to an empty workspace | ||||
| * | bar: add idle inhibitor (#459) | Davi Ribeiro | 2025-08-23 | 1 | -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 popout | 2 * r + 2 * t | 2025-08-19 | 1 | -4/+2 |
| | | |||||
| * | bar/workspaces: better scroll | 2 * r + 2 * t | 2025-08-16 | 1 | -1/+8 |
| | | |||||
| * | bar/workspaces: add special ws overlay | 2 * r + 2 * t | 2025-08-16 | 2 | -28/+465 |
| | | |||||
| * | bar/workspaces: refactor | 2 * r + 2 * t | 2025-08-16 | 4 | -101/+77 |
| | | |||||
| * | internal: static bar width | 2 * r + 2 * t | 2025-08-15 | 2 | -2/+2 |
| | | |||||
| * | config: add config for bar tray recolour & bg | 2 * r + 2 * t | 2025-08-14 | 2 | -8/+16 |
| | | | | | Closes #337 | ||||
| * | internal: better colourisation | 2 * r + 2 * t | 2025-08-14 | 2 | -8/+4 |
| | | |||||
| * | internal: use icon os logo instead of nerd font | 2 * r + 2 * t | 2025-08-13 | 1 | -6/+10 |
| | | | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option | ||||
| * | bar: per-monitor workspaces option (#394) | anders130 | 2025-08-13 | 3 | -6/+12 |
| | | | | | | | | | | | | | | | | | | | | NOTE: option is true by default, which is a breaking change * feat(bar): add per-monitor workspace state * fix(bar): correct active workspace indicator * feat(bar): make per-monitor workspaces toggleable * fixes * more fixes * perMonitorWorkspaces default true + add to readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | bar: allow hiding items and reordering (#379) | Laurens Duin | 2025-08-13 | 4 | -152/+136 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: reorder bar, no popout yet * chore: cleanup * refactor: use DelegateChooser * feat: popouts * chore: cleanup * better popout check + fix async stuff + bar interaction + a bunch of other fixes * fix activewindow and bar vertical padding * readme: add config opt * bar: fix top/bottom padding * bar: better wheel behaviour --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | lock: add fetch + refactor os info | 2 * r + 2 * t | 2025-08-11 | 1 | -1/+1 |
| | | |||||
| * | bar: better scroll actions | 2 * r + 2 * t | 2025-08-09 | 1 | -30/+0 |
| | | | | | Also fix workspaces interaction area | ||||
| * | internal: fix more colours | 2 * r + 2 * t | 2025-08-08 | 1 | -1/+1 |
| | | |||||
| * | internal: transparency support coming soon™ | 2 * r + 2 * t | 2025-08-08 | 1 | -1/+1 |
| | | | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode | ||||
| * | config: add audio increment option | 2 * r + 2 * t | 2025-08-05 | 1 | -2/+2 |
| | | |||||