summaryrefslogtreecommitdiff
path: root/modules/dashboard/dash/DateTime.qml (unfollow)
Commit message (Collapse)AuthorFilesLines
2026-01-20background: fix desktop clock 12h format2 * r + 2 * t1-5/+3
2026-01-16internal: no async loaders2 * r + 2 * t1-1/+0
Fixes reload issue and all stuff not loading issues
2025-09-03dashboard: add month/year and paging to calendar (#499)M Matthew Hydock1-14/+1
* 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>
2025-08-12config: add clock font config2 * r + 2 * t1-0/+5
Also use mono font for lock media artist Add rubik to nix font deps
2025-08-04internal: refactor widgets folder2 * r + 2 * t1-1/+1
Split into subdirs and rename to components
2025-07-31internal: loader extra clock components2 * r + 2 * t1-6/+13
2025-07-31dashboard: fix time spacing2 * r + 2 * t1-2/+3
2025-07-31config: respect user locale for twelve hour clock & temperature (#290)Laurens Duin1-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>
2025-07-16internal: use new qs importsSoramane1-3/+3
2025-06-15feat: user config file2 * r + 2 * t1-1/+1
Config file at `~/.config/caelestia/shell.json`
2025-06-09dashboard: fix date time2 * r + 2 * t1-1/+1
Fixes #16
2025-05-20dashboard: add calendar2 * r + 2 * t1-2/+3
2025-05-19dashboard: add media2 * r + 2 * t1-3/+0
2025-05-18dashboard: add datetime2 * r + 2 * t1-0/+73