summaryrefslogtreecommitdiff
path: root/modules (follow)
Commit message (Collapse)AuthorAgeFilesLines
* remove tertiary colorHEADmainFreya Murphy2026-03-176-13/+13
|
* fix workspace indicator offsetFreya Murphy2026-03-172-16/+8
|
* change thingsFreya Murphy2026-03-1666-7122/+16
|
* add date to clockFreya Murphy2026-03-161-19/+59
|
* remove dashboardFreya Murphy2026-03-165-566/+2
|
* fix weather round-nessFreya Murphy2026-03-161-2/+2
|
* delete active window popoutFreya Murphy2026-03-163-134/+0
|
* remove gamemode toggleFreya Murphy2026-03-161-8/+0
|
* simplify dashboardFreya Murphy2026-03-165-378/+5
|
* add exec string to default searchFreya Murphy2026-03-161-2/+2
|
* fix rebaseFreya Murphy2026-03-1623-5216/+4
|
* remove lockscreenFreya Murphy2026-03-168-833/+0
|
* remove config saving, make background scale properly, and add quickshell ↵Freya Murphy2026-03-161-4/+7
| | | | desktop file
* revert 'monitorWorkspaces'Freya Murphy2026-03-162-15/+3
|
* refactor workspace functionality (real per monitor workspaces)Freya Murphy2026-03-163-197/+37
|
* remove default pathsFreya Murphy2026-03-162-3/+3
|
* fix lock screen input roundingFreya Murphy2026-03-161-1/+1
|
* remove more things again lolFreya Murphy2026-03-167-10/+2
|
* remove more things, make lock screen use wallpaper not screenshotFreya Murphy2026-03-163-12/+8
|
* remove more stuffffFreya Murphy2026-03-1621-2664/+5
|
* only show active workspaces, fix colorsFreya Murphy2026-03-161-0/+1
|
* hardcode single wallpaperFreya Murphy2026-03-163-267/+10
|
* remove recordingFreya Murphy2026-03-167-396/+0
|
* remove themes and configs from launcherFreya Murphy2026-03-1611-757/+8
|
* clean up lock screenFreya Murphy2026-03-163-367/+0
|
* 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
|
* utilities: allow disabling and moving toggles + support for extra row (#1181)Ezekiel Gonzales2026-03-151-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 Gonzales2026-03-152-20/+64
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/osicon: fix blurriness (#1271)Kalagmitan2026-03-152-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ülerman2026-03-152-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-151-3/+3
|
* media: hide person icon if user pfp is ready (#1213)Xavier Lhinares2026-03-152-0/+2
|
* notifs: support int:value hint (#1254)cordlessblues2026-03-151-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 Seger2026-03-153-2/+47
| | | | | * workspace window icons display limit * serialization
* dash: use currentIndex for width, restore binding (#1286)Robin Seger2026-03-152-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 around2 * r + 2 * t2026-03-131-9/+13
|
* feat: add excluded screens config opt2 * r + 2 * t2026-03-133-3/+4
| | | | Completely disables everything (except lock) for screen
* feat: replace canvas -> c++ component2 * r + 2 * t2026-03-121-166/+26
| | | | Also add c++ ring buffer
* notifs: skip markdown parsing for plain text bodies2 * r + 2 * t2026-03-121-2/+3
|
* notifs: add sourceSize to notification images2 * r + 2 * t2026-03-123-0/+6
|
* dashboard: gate network sparkline timers on visibility2 * r + 2 * t2026-03-121-2/+2
|
* notifs: single-pass derived properties in NotifGroup2 * r + 2 * t2026-03-122-7/+54
|
* workspaces: replace reduce with for loop for occupied map2 * r + 2 * t2026-03-121-4/+6
|
* picker: use hyprctl proc to get cursor on init2 * r + 2 * t2026-03-121-0/+12
|
* dashboard: dynamic dashboard tabs + fix performance settings updating (#1253)Robin Seger2026-03-116-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 Seger2026-03-102-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)İlyas2026-03-081-2/+2
|