summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* remove tertiary colorHEADmainFreya Murphy2026-03-179-34/+16
|
* fix workspace indicator offsetFreya Murphy2026-03-172-16/+8
|
* make color rendering better, wth was the orig doingFreya Murphy2026-03-171-20/+7
|
* make colors work betterFreya Murphy2026-03-161-20/+19
|
* change thingsFreya Murphy2026-03-1676-7422/+56
|
* add date to clockFreya Murphy2026-03-161-19/+59
|
* remove dashboardFreya Murphy2026-03-166-568/+2
|
* fix weather round-nessFreya Murphy2026-03-161-2/+2
|
* delete active window popoutFreya Murphy2026-03-163-134/+0
|
* update commitsFreya Murphy2026-03-162-10/+10
|
* remove gamemode toggleFreya Murphy2026-03-161-8/+0
|
* simplify dashboardFreya Murphy2026-03-166-383/+7
|
* fix buildFreya Murphy2026-03-161-7/+7
|
* add exec string to default searchFreya Murphy2026-03-161-2/+2
|
* fix rebaseFreya Murphy2026-03-1633-5383/+21
|
* remove lockscreenFreya Murphy2026-03-1619-1052/+0
|
* remove config saving, make background scale properly, and add quickshell ↵Freya Murphy2026-03-163-69/+11
| | | | desktop file
* revert 'monitorWorkspaces'Freya Murphy2026-03-162-15/+3
|
* update commitsFreya Murphy2026-03-161-4/+4
|
* refactor workspace functionality (real per monitor workspaces)Freya Murphy2026-03-163-197/+37
|
* remove default pathsFreya Murphy2026-03-163-5/+5
|
* fix lock screen input roundingFreya Murphy2026-03-161-1/+1
|
* remove more things again lolFreya Murphy2026-03-1628-1864/+5
|
* remove more things, make lock screen use wallpaper not screenshotFreya Murphy2026-03-164-24/+8
|
* len :3Freya Murphy2026-03-162-1/+1
|
* remove more stuffffFreya Murphy2026-03-1632-3663/+9
|
* only show active workspaces, fix colorsFreya Murphy2026-03-161-0/+1
|
* hardcode single wallpaperFreya Murphy2026-03-168-321/+14
|
* remove recordingFreya Murphy2026-03-169-400/+0
|
* only support one color schemeFreya Murphy2026-03-161-1/+1
|
* remove themes and configs from launcherFreya Murphy2026-03-1613-876/+14
|
* clean up lock screenFreya Murphy2026-03-164-370/+2
|
* init forkFreya Murphy2026-03-161-1/+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-155-3/+22
| | | | | Closes #1209 Closes #1019
* bar/activewindow: format2 * r + 2 * t2026-03-151-11/+12
|
* bar/activewindow: fix anim2 * r + 2 * t2026-03-151-1/+4
|
* utilities: allow disabling and moving toggles + support for extra row (#1181)Ezekiel Gonzales2026-03-154-54/+173
| | | | | | | | | | | | | * 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: allow setting custom workspace app icons in shell.json (#1214)Xavier Lhinares2026-03-154-5/+40
| | | | | | | | | | | | | * bar: allow setting custom workspace app icons in shell.json * rename to windowIcons and use regex field for regex Also allow specifying regex flags and exact name * add default config (fix steam icons) --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* nix: remove outdated app2unit version pin (#1266)nik-bsta2026-03-152-15/+0
| | | | | | | | | * nix: Remove outadeted app2unit version pin. * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/activewindow: add compact option (#1201)Ezekiel Gonzales2026-03-155-20/+73
| | | Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar/osicon: fix blurriness (#1271)Kalagmitan2026-03-153-40/+40
| | | | | | | | | | | | | | | | | | | | | * 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-153-5/+56
| | | | | | | | | 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: don't serialise sizes2 * r + 2 * t2026-03-151-113/+51
| | | | | We do not want to serialise sizes cause people aren't meant to change them
* config: add option to hide notifications on lockscreen (#1211)八奈見 レイ2026-03-154-4/+7
|
* media: hide person icon if user pfp is ready (#1213)Xavier Lhinares2026-03-152-0/+2
|
* notifs: support int:value hint (#1254)cordlessblues2026-03-152-0/+43
| | | | | | | | | | | | | | | | | * 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>
* systemusage: optimized storage aggregation and improved device filtering (#1261)Kalagmitan2026-03-151-71/+58
| | | | | | | | | | | | | | | | | | | | | | | * refactor: Optimized storage aggregation + The storage aggregation logic doesn't account more complex storage setups and relied too much on risky string parsing to guess where partitions are. For example, in my case, I had a LUKS-encrypted drive which lives inside a "crypt," because it couldn't match the type (it only matched "disk" and "part"), it did not include my entire drive at all. Also, Linux devices names aren't always predictable (take mapper devices or complex NVMe paths), so if the RegEx doesn't match the name of those devices, the data just dissapears. I decided to go for a JSON approach making the code shorter and safer. Everything should work about the same. * systemusage: More intuitive filtering for storage devices + Removes "useless" drives from being show on the storage dashboard + Prioritizes the root disk to be shown first * refactor: formatted code properly
* fix: missing serialization for hiddenIcons (#1263)Evertiro2026-03-151-1/+2
| | | Signed-off-by: Dan Griffiths <dgriffiths@widgitlabs.com>