| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | remove tertiary colorHEADmain | Freya Murphy | 2026-03-17 | 6 | -13/+13 |
| | | |||||
| * | fix workspace indicator offset | Freya Murphy | 2026-03-17 | 2 | -16/+8 |
| | | |||||
| * | change things | Freya Murphy | 2026-03-16 | 66 | -7122/+16 |
| | | |||||
| * | add date to clock | Freya Murphy | 2026-03-16 | 1 | -19/+59 |
| | | |||||
| * | remove dashboard | Freya Murphy | 2026-03-16 | 5 | -566/+2 |
| | | |||||
| * | fix weather round-ness | Freya Murphy | 2026-03-16 | 1 | -2/+2 |
| | | |||||
| * | delete active window popout | Freya Murphy | 2026-03-16 | 3 | -134/+0 |
| | | |||||
| * | remove gamemode toggle | Freya Murphy | 2026-03-16 | 1 | -8/+0 |
| | | |||||
| * | simplify dashboard | Freya Murphy | 2026-03-16 | 5 | -378/+5 |
| | | |||||
| * | add exec string to default search | Freya Murphy | 2026-03-16 | 1 | -2/+2 |
| | | |||||
| * | fix rebase | Freya Murphy | 2026-03-16 | 23 | -5216/+4 |
| | | |||||
| * | remove lockscreen | Freya Murphy | 2026-03-16 | 8 | -833/+0 |
| | | |||||
| * | remove config saving, make background scale properly, and add quickshell ↵ | Freya Murphy | 2026-03-16 | 1 | -4/+7 |
| | | | | | desktop file | ||||
| * | revert 'monitorWorkspaces' | Freya Murphy | 2026-03-16 | 2 | -15/+3 |
| | | |||||
| * | refactor workspace functionality (real per monitor workspaces) | Freya Murphy | 2026-03-16 | 3 | -197/+37 |
| | | |||||
| * | remove default paths | Freya Murphy | 2026-03-16 | 2 | -3/+3 |
| | | |||||
| * | fix lock screen input rounding | Freya Murphy | 2026-03-16 | 1 | -1/+1 |
| | | |||||
| * | remove more things again lol | Freya Murphy | 2026-03-16 | 7 | -10/+2 |
| | | |||||
| * | remove more things, make lock screen use wallpaper not screenshot | Freya Murphy | 2026-03-16 | 3 | -12/+8 |
| | | |||||
| * | remove more stuffff | Freya Murphy | 2026-03-16 | 21 | -2664/+5 |
| | | |||||
| * | only show active workspaces, fix colors | Freya Murphy | 2026-03-16 | 1 | -0/+1 |
| | | |||||
| * | hardcode single wallpaper | Freya Murphy | 2026-03-16 | 3 | -267/+10 |
| | | |||||
| * | remove recording | Freya Murphy | 2026-03-16 | 7 | -396/+0 |
| | | |||||
| * | remove themes and configs from launcher | Freya Murphy | 2026-03-16 | 11 | -757/+8 |
| | | |||||
| * | clean up lock screen | Freya Murphy | 2026-03-16 | 3 | -367/+0 |
| | | |||||
| * | fix: close other popouts when hover activewindow | 2 * r + 2 * t | 2026-03-15 | 1 | -0/+6 |
| | | |||||
| * | bar/activewindow: toggle when not show on hover | 2 * r + 2 * t | 2026-03-15 | 1 | -3/+7 |
| | | |||||
| * | bar/activewindow: allow disable show on hover | 2 * r + 2 * t | 2026-03-15 | 2 | -1/+17 |
| | | | | | | Closes #1209 Closes #1019 | ||||
| * | bar/activewindow: format | 2 * r + 2 * t | 2026-03-15 | 1 | -11/+12 |
| | | |||||
| * | utilities: allow disabling and moving toggles + support for extra row (#1181) | Ezekiel Gonzales | 2026-03-15 | 1 | -52/+109 |
| | | | | | | | | | | | | | | * quickToggles: Allow disabling and moving toggles and support for extra row * edit: README * splitIndex logic edit * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | bar/activewindow: add compact option (#1201) | Ezekiel Gonzales | 2026-03-15 | 2 | -20/+64 |
| | | | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | bar/osicon: fix blurriness (#1271) | Kalagmitan | 2026-03-15 | 2 | -8/+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> | ||||
| * | controlcenter/taskbar: add excludedScreens (#1215) | Bora Gülerman | 2026-03-15 | 2 | -5/+52 |
| | | | | | | | | | | also changed controlcenter/components/ConnectedButtonGroup - Changed row layout to grid layout - Added optional prop: row, which defaults to 1 so it looks same as row layout if not given - added new field to options, which bypasses rootItem bind. This is needed because we can not predict the number of monitors the user has, and can not create a seperate variable for each one | ||||
| * | config: add option to hide notifications on lockscreen (#1211) | 八奈見 レイ | 2026-03-15 | 1 | -3/+3 |
| | | |||||
| * | media: hide person icon if user pfp is ready (#1213) | Xavier Lhinares | 2026-03-15 | 2 | -0/+2 |
| | | |||||
| * | notifs: support int:value hint (#1254) | cordlessblues | 2026-03-15 | 1 | -0/+37 |
| | | | | | | | | | | | | | | | | | | * add .vscode/settings.json to gitignore * added support for the Int:value hint * fix * more fix * f * comment --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | ||||
| * | workspaces: window icons limit (#1267) | Robin Seger | 2026-03-15 | 3 | -2/+47 |
| | | | | | | * workspace window icons display limit * serialization | ||||
| * | dash: use currentIndex for width, restore binding (#1286) | Robin Seger | 2026-03-15 | 2 | -4/+10 |
| | | | | | | | | | | | | | | | | | | | | | | * [CI] chore: update flake * Dashboard perf settings save, visibility on none enabled * Dashboard heigh stutter fixed, persist current tab * restore binding * wrapper async=false * ScriptModel, centralized tabs/panes, individual toggle * fixes, missed mediaUpdateInterval, passing values * add binding back, ensure active tab uses bar.currentIndex --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
| * | fix: performance network usage jumping around | 2 * r + 2 * t | 2026-03-13 | 1 | -9/+13 |
| | | |||||
| * | feat: add excluded screens config opt | 2 * r + 2 * t | 2026-03-13 | 3 | -3/+4 |
| | | | | | Completely disables everything (except lock) for screen | ||||
| * | feat: replace canvas -> c++ component | 2 * r + 2 * t | 2026-03-12 | 1 | -166/+26 |
| | | | | | Also add c++ ring buffer | ||||
| * | notifs: skip markdown parsing for plain text bodies | 2 * r + 2 * t | 2026-03-12 | 1 | -2/+3 |
| | | |||||
| * | notifs: add sourceSize to notification images | 2 * r + 2 * t | 2026-03-12 | 3 | -0/+6 |
| | | |||||
| * | dashboard: gate network sparkline timers on visibility | 2 * r + 2 * t | 2026-03-12 | 1 | -2/+2 |
| | | |||||
| * | notifs: single-pass derived properties in NotifGroup | 2 * r + 2 * t | 2026-03-12 | 2 | -7/+54 |
| | | |||||
| * | workspaces: replace reduce with for loop for occupied map | 2 * r + 2 * t | 2026-03-12 | 1 | -4/+6 |
| | | |||||
| * | picker: use hyprctl proc to get cursor on init | 2 * r + 2 * t | 2026-03-12 | 1 | -0/+12 |
| | | |||||
| * | dashboard: dynamic dashboard tabs + fix performance settings updating (#1253) | Robin Seger | 2026-03-11 | 6 | -102/+213 |
| | | | | | | | | | | | | | | | | | | | | * [CI] chore: update flake * Dashboard perf settings save, visibility on none enabled * Dashboard heigh stutter fixed, persist current tab * restore binding * wrapper async=false * ScriptModel, centralized tabs/panes, individual toggle * fixes, missed mediaUpdateInterval, passing values --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | ||||
| * | feat: add Logo shape component (#1247) | Robin Seger | 2026-03-10 | 2 | -15/+46 |
| | | | | | | | | | | | | | | | | | | | | | | | * 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> | ||||
| * | fix: unify wifi toggle state with Nmcli service to prevent desync (#1232) | İlyas | 2026-03-08 | 1 | -2/+2 |
| | | |||||