summaryrefslogtreecommitdiff
path: root/modules/dashboard (follow)
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* dashboard: fix time spacing2 * r + 2 * t2025-07-311-2/+3
|
* dashboard: fix media player selector2 * r + 2 * t2025-07-311-1/+3
| | | | Disable when only one player
* dashboard: better media player selector2 * r + 2 * t2025-07-311-103/+73
|
* dashboard: better play button2 * r + 2 * t2025-07-311-27/+63
|
* config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin2025-07-311-49/+46
| | | | | | | | | | | | | | | | | | | | | * bar: add 12h clock option * feat: allow custom format config * feat: 12h clock based on locale with config * chore: cleanup * fix: PR comments, add automatic fahrenheit * fix: formatting * dashboard: fix up date time * lock: better 12h clock --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
* media: display hh:mm:ss2 * r + 2 * t2025-07-281-1/+8
| | | | Closes #287
* dashboard: fix uptime2 * r + 2 * t2025-07-271-2/+2
|
* dcontent: add panes2 * r + 2 * t2025-07-261-2/+0
|
* config: allow enable/disable panels2 * r + 2 * t2025-07-261-3/+2
| | | | Closes #240
* filedialog: better icon filtering2 * r + 2 * t2025-07-221-1/+1
| | | | | | Only thumbnail valid image types Also move wallpaper extensions into separate singleton in utils
* feat: better file dialog2 * r + 2 * t2025-07-201-6/+6
|
* internal: create service configSoramane2025-07-161-1/+1
|
* internal: use new qs importsSoramane2025-07-1613-42/+42
|
* dashboard: use file uptime2 * r + 2 * t2025-07-121-9/+21
|
* internal: fix scrolling for high res devices2 * r + 2 * t2025-07-091-2/+3
| | | | Implements first part of #202
* dashboard: use shape for media visualiser2 * r + 2 * t2025-07-091-41/+35
| | | | More cpu efficient
* internal: better ripple anim2 * r + 2 * t2025-07-091-20/+17
| | | | | Fade after expansion, also correctly calculate ripple size Also fix ripples triggering on disabled buttons
* paths: decode urls2 * r + 2 * t2025-07-071-1/+1
| | | | Fixes spaces in paths breaking things
* dashboard: fix pfp picker2 * r + 2 * t2025-07-074-16/+22
| | | | Fixes caelestia-dots/caelestia#21
* feat: fahrenheit option for weather (#189)William (Liam) Snow IV2025-07-031-1/+1
| | | | | | | | | | | | * Added Fahrenheit to Weather Service * some fixes Allow for hot reloading config opt Add opt to example config --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
* internal: make weather reload on creation2 * r + 2 * t2025-06-281-4/+1
| | | | Cause loadered