summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* controlcenter: fix clipping2 * r + 2 * t2025-08-083-39/+45
|
* internal: better transparency2 * r + 2 * t2025-08-081-3/+22
|
* internal: colour fixes2 * r + 2 * t2025-08-086-61/+60
|
* internal: disable transparency2 * r + 2 * t2025-08-081-1/+1
| | | | Oops
* internal: transparency support coming soon™2 * r + 2 * t2025-08-0845-112/+169
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* controlcenter: hide float button when floating2 * r + 2 * t2025-08-074-53/+56
|
* internal: fix transparent transitions2 * r + 2 * t2025-08-079-10/+10
|
* controlcenter: add header when floating2 * r + 2 * t2025-08-073-3/+73
|
* controlcenter: fix navrail colours2 * r + 2 * t2025-08-071-1/+3
|
* controlcenter: better navrail2 * r + 2 * t2025-08-072-6/+7
|
* controlcenter: add floating mode2 * r + 2 * t2025-08-078-24/+187
| | | | Closes #363
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-074-1/+12
| | | | | | | | | | | * dashboard: showOnHover config option * dashboard: close on lose focus when !showOnHover Also update readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* controlcenter/bt: better styling2 * r + 2 * t2025-08-061-2/+5
| | | | | Less width when toggle buttons pressed Use expressive anim
* config: add audio increment option2 * r + 2 * t2025-08-056-6/+17
|
* audio: clamp volume2 * r + 2 * t2025-08-051-7/+12
| | | | Closes #350
* controlcenter/bt: better toggles collapsing logic2 * r + 2 * t2025-08-051-3/+5
| | | | Hardcoded but eh
* internal: rename dcontent -> controlcenter2 * r + 2 * t2025-08-0511-9/+7
|
* internal: position slider handle correctly2 * r + 2 * t2025-08-052-21/+19
| | | | Also better labels for audio popout
* popouts/audio: scroll volume slider2 * r + 2 * t2025-08-051-11/+24
| | | | Also more spacing
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-0510-151/+274
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * feat: basic audio switcher * feat: replace VerticalSlider with StyledSlider * fix: styling * fix: formatting * chore: make sound icons consistent, change slider styling * feat: styled slider component variants * chore: cleanup * chore: cleanup * fix: pr fixes * fix: remove redundant code * chore: remove old code * fix: controls styling * fixes * more tweaks * radiobtn: add interaction stuff Anim slider --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* launcher: allow wallpaper switch when exactly 2 wallpapers (#343)Laurens Duin2025-08-051-11/+11
|
* internal: use device scaling for image caching (#348)Davi Ribeiro2025-08-051-3/+8
| | | | | | | | | * internal: fixes image caching (#275) * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* lock: fix battery percentage (#340)kanlaric2025-08-051-1/+1
|
* internal: format network2 * r + 2 * t2025-08-041-36/+32
| | | | Also use exec, onExited and StdioCollector
* picker: fix client highlighting2 * r + 2 * t2025-08-041-1/+3
|
* internal: refactor widgets folder2 * r + 2 * t2025-08-04103-110/+152
| | | | Split into subdirs and rename to components
* dashboard: display correct temp units2 * r + 2 * t2025-08-041-2/+6
|
* systemusage: reorder gpu detection2 * r + 2 * t2025-08-041-1/+1
| | | | | Try novideo first Fixes #329
* dashboard: fix tab desync2 * r + 2 * t2025-08-042-2/+2
| | | | Fixes #324
* readme: add faq2 * r + 2 * t2025-08-041-0/+42
|
* readme: fix formatting2 * r + 2 * t2025-08-041-3/+3
|
* background: fix when disabled2 * r + 2 * t2025-08-041-2/+3
| | | | Fixes #246, #283
* dcontent/bt: settings toggle between2 * r + 2 * t2025-08-041-1/+6
| | | | Make settings button go to first device if already on settings
* dcontent: add audio placeholder2 * r + 2 * t2025-08-033-1/+20
| | | | Also clip panes
* dcontent: impl rest of bt device settings2 * r + 2 * t2025-08-034-9/+328
|
* dcontent: better bt settings2 * r + 2 * t2025-08-033-24/+136
|
* dcontent: anim pane changes2 * r + 2 * t2025-08-032-1/+44
|
* dcontent: fix bt fab menu2 * r + 2 * t2025-08-031-29/+35
| | | | Fix changing state making animation fail
* internal: better shadow2 * r + 2 * t2025-08-036-33/+20
|
* dcontent: impl bt device details2 * r + 2 * t2025-08-034-6/+348
|
* dcontent: add info to bt settings2 * r + 2 * t2025-08-033-6/+88
| | | | Also flickable
* filedialog: fix null error2 * r + 2 * t2025-08-021-1/+1
|
* config: add apps config2 * r + 2 * t2025-08-027-5/+21
| | | | Closes #318 and #305
* dashboard: better no media2 * r + 2 * t2025-08-021-29/+26
| | | | Closes #323
* osd: animate scrolling (#316)PFiS2025-08-022-21/+44
| | | | | | | | | | | | | * refactor: make the animation smooth when scrolling the mouse wheel * fix: can't drag * format * fix cursor --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* bar: add bluetooth connected icon state (#311)Laurens Duin2025-08-021-1/+7
| | | | | | | | | | | | | * feat: add bluetooth connected icon state * fix: improve connected check * chore: cleanup * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* dashboard: fix player selector icons2 * r + 2 * t2025-08-021-6/+7
|
* funding: add buymeacoffee2 * r + 2 * t2025-08-021-1/+1
|
* ci: update flake weekly2 * r + 2 * t2025-08-021-1/+1
|
* funding: add github sponsor2 * r + 2 * t2025-08-021-1/+1
|