summaryrefslogtreecommitdiff
path: root/modules/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* controlcenter: re-corrected bind loopATMDA2025-11-161-3/+8
|
* internal: add option for splitbutton menu pos2 * r + 2 * t2025-09-241-3/+1
|
* dashboard/media: improve ui2 * r + 2 * t2025-09-231-260/+61
|
* internal: centralise focus grabs2 * r + 2 * t2025-09-201-7/+0
| | | | Except detached popouts focus grab (its meant to be exclusive to the other grab)
* launcher: prevent overlap with dashboard2 * r + 2 * t2025-09-132-1/+4
| | | | Fixes #612
* plugin: refactor into modules2 * r + 2 * t2025-09-132-2/+2
|
* dashboard: persist state2 * r + 2 * t2025-09-124-15/+44
|
* internal: use Qt.resolvedUrl2 * r + 2 * t2025-09-091-1/+1
|
* dashboard: fix pfp picker2 * r + 2 * t2025-09-091-1/+1
| | | | Fixes #579
* dashboard/media: fix incubation warning2 * r + 2 * t2025-09-091-1/+0
|
* plugin/ac: not singleton2 * r + 2 * t2025-09-092-8/+6
| | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
* dashboard/media: ensure visualiser heads2 * r + 2 * t2025-09-081-1/+1
|
* plugin/ap: fix collector2 * r + 2 * t2025-09-081-4/+4
| | | | Actually read from speakers not mic
* plugin: abstract service + ref2 * r + 2 * t2025-09-062-2/+2
|
* plugin: add BeatTracker2 * r + 2 * t2025-09-042-2/+13
| | | | Replaces beat-detector.cpp
* dashboard/calendar: add scroll2 * r + 2 * t2025-09-031-152/+165
|
* dashboard/calendar: fix2 * r + 2 * t2025-09-031-5/+7
|
* dashboard: add month/year and paging to calendar (#499)M Matthew Hydock2025-09-034-33/+189
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * add month/year and paging to calendar also, removed day/month from time panel, and highlighting weekends (need to figure out why the weekday enum is incorrect. locale issue?) * removing dayOfWeek offset hack this is clearly a me problem. my locale appears to be set to dz, but only for caelestia shell. not sure why. * aesthetic and localization improvements * ensure all localized dates use UTC issues i was having wrt localized date and day-of-week being off by one appear to have been due to my timezone. forcing UTC seems to fix this. * fixes * anim today indicator * keep state across open/close * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: refactor Paths util2 * r + 2 * t2025-09-033-3/+3
|
* dashboard/media: slightly improve media seeking2 * r + 2 * t2025-09-011-1/+7
| | | | Still kinda buggy, but not as bad
* dashboard/media: add scroll to seek (#528)Belal2025-09-011-0/+17
| | | | | | | | | * dashboard/media: add scroll to seek * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: better copy2 * r + 2 * t2025-08-271-2/+5
|
* background: add visualiser2 * r + 2 * t2025-08-251-3/+3
| | | | Also dashboard.visualiserBars -> services.visualiserBars
* internal: use Anim component2 * r + 2 * t2025-08-247-43/+15
|
* internal: add canim component2 * r + 2 * t2025-08-244-40/+9
|
* internal: add anim component2 * r + 2 * t2025-08-242-12/+0
| | | | No inlining
* config: player aliases + config default player2 * r + 2 * t2025-08-231-2/+2
| | | | Closes #441
* dashboard: better pfp pickerSoramane2025-08-231-10/+12
|
* dashboard: better visualiser2 * r + 2 * t2025-08-231-1/+1
|
* internal: scale rounding properly2 * r + 2 * t2025-08-173-5/+5
|
* internal: better colourisation2 * r + 2 * t2025-08-141-7/+2
|
* internal: use icon os logo instead of nerd font2 * r + 2 * t2025-08-131-7/+35
| | | | | Add caelestia logo to use as fallback os logo Add recolour lock fetch logo option
* config: add clock font config2 * r + 2 * t2025-08-121-0/+5
| | | | | Also use mono font for lock media artist Add rubik to nix font deps
* lock/fetch: shell -> uptime + no qsTr2 * r + 2 * t2025-08-111-31/+1
|
* lock: add fetch + refactor os info2 * r + 2 * t2025-08-111-3/+3
|
* lock: add weather2 * r + 2 * t2025-08-101-3/+3
| | | | Also refactor weather service
* internal: more colour fixes2 * r + 2 * t2025-08-101-1/+1
|
* dashboard: fix cover art rounding2 * r + 2 * t2025-08-092-2/+2
| | | | ensure full circle even when changed in config
* internal: transparency support coming soon™2 * r + 2 * t2025-08-085-10/+10
| | | | | Also fix media player selector text colour Fix colour preview not resetting light/dark mode
* internal: fix transparent transitions2 * r + 2 * t2025-08-071-1/+1
|
* dashboard: showOnHover config option (#361)Noah Zepner2025-08-071-0/+7
| | | | | | | | | | | * 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>
* bar/popouts: add audio device switcher (#319)Laurens Duin2025-08-051-51/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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>
* internal: refactor widgets folder2 * r + 2 * t2025-08-0411-13/+18
| | | | Split into subdirs and rename to components
* dashboard: display correct temp units2 * r + 2 * t2025-08-041-2/+6
|
* dashboard: fix tab desync2 * r + 2 * t2025-08-041-0/+2
| | | | Fixes #324
* internal: better shadow2 * r + 2 * t2025-08-031-5/+2
|
* dashboard: better no media2 * r + 2 * t2025-08-021-29/+26
| | | | Closes #323
* dashboard: fix player selector icons2 * r + 2 * t2025-08-021-6/+7
|
* dashboard: fix player selector2 * r + 2 * t2025-08-011-19/+50
| | | | Fixes #320
* internal: loader extra clock components2 * r + 2 * t2025-07-311-6/+13
|