| Commit message (Collapse) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | plugin/service: remove zero ref warning | 2 * r + 2 * t | 2025-09-09 | 1 | -1/+0 | |
| | | | | | Reloads don't play nice with it + it doesn't matter anyways | |||||
| * | internal: use Qt.resolvedUrl | 2 * r + 2 * t | 2025-09-09 | 7 | -7/+7 | |
| | | ||||||
| * | launcher: allow configuring actions (#558) | Belal | 2025-09-09 | 4 | -141/+241 | |
| | | | | | | | | | | | | * refactor: make launcher actions configurable * use variants + internal -> setMode + format * reorder readme --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| * | dashboard: fix pfp picker | 2 * r + 2 * t | 2025-09-09 | 1 | -1/+1 | |
| | | | | | Fixes #579 | |||||
| * | dashboard/media: fix incubation warning | 2 * r + 2 * t | 2025-09-09 | 1 | -1/+0 | |
| | | ||||||
| * | plugin/ac: not singleton | 2 * r + 2 * t | 2025-09-09 | 13 | -94/+241 | |
| | | | | | | | Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service | |||||
| * | nix: fix build error with libcava (#585) | Davi Ribeiro | 2025-09-09 | 1 | -1/+2 | |
| | | | | libcava failing with fftw3.h not found | |||||
| * | nix: fix pipewire | 2 * r + 2 * t | 2025-09-09 | 1 | -2/+2 | |
| | | | | Fixes #583 | |||||
| * | bar: configurable scroll actions (#559) | Belal | 2025-09-08 | 3 | -3/+15 | |
| | | | | | | | | | | | | * bar: add option to disable scroll actions for volume and brightness * options for workspaces, brightness and volume * add options to readme + format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| * | bar/statusicons: add mic indicator | 2 * r + 2 * t | 2025-09-08 | 3 | -0/+14 | |
| | | | | | Closes #578 | |||||
| * | Merge branch 'main' of https://github.com/caelestia-dots/shell | 2 * r + 2 * t | 2025-09-08 | 1 | -10/+10 | |
| |\ | ||||||
| | * | [CI] chore: update flake | github-actions | 2025-09-07 | 1 | -10/+10 | |
| | | | ||||||
| * | | internal: force threaded render loop | 2 * r + 2 * t | 2025-09-08 | 1 | -0/+1 | |
| | | | | | | | | | | | | | Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137 | |||||
| * | | plugin: use lower case imports | 2 * r + 2 * t | 2025-09-08 | 20 | -66/+41 | |
| | | | ||||||
| * | | plugin/ac: use double buffer | 2 * r + 2 * t | 2025-09-08 | 4 | -72/+36 | |
| | | | | | | | | | Double buffer instead of circular buffer | |||||
| * | | nix: remove cava dep | 2 * r + 2 * t | 2025-09-08 | 1 | -2/+0 | |
| | | | ||||||
| * | | plugin/ac: fix idle state + reduce buffer size | 2 * r + 2 * t | 2025-09-08 | 3 | -27/+55 | |
| | | | ||||||
| * | | dashboard/media: ensure visualiser heads | 2 * r + 2 * t | 2025-09-08 | 2 | -2/+1 | |
| | | | ||||||
| * | | plugin/ac: rt process | 2 * r + 2 * t | 2025-09-08 | 1 | -1/+3 | |
| | | | ||||||
| * | | plugin/ap: fix collector | 2 * r + 2 * t | 2025-09-08 | 15 | -278/+428 | |
| | | | | | | | | | Actually read from speakers not mic | |||||
| * | | dev: export cmake compile commands | 2 * r + 2 * t | 2025-09-08 | 2 | -1/+2 | |
| | | | | | | | | | For LSP | |||||
| * | | plugin/cmake: use pkgconfig targets | 2 * r + 2 * t | 2025-09-07 | 1 | -7/+4 | |
| | | | ||||||
| * | | plugin/ap: don't load empty chunks | 2 * r + 2 * t | 2025-09-07 | 1 | -1/+6 | |
| | | | ||||||
| * | | plugin/cp: update values when bars changed | 2 * r + 2 * t | 2025-09-07 | 1 | -1/+4 | |
| | | | ||||||
| * | | plugin/cim: fix uninitialised pointer | 2 * r + 2 * t | 2025-09-07 | 1 | -1/+2 | |
| | | | ||||||
| * | | plugin/ap: cleaner chunk loading/accessing | 2 * r + 2 * t | 2025-09-07 | 2 | -27/+10 | |
| | | | ||||||
| * | | plugin: add cava provider | 2 * r + 2 * t | 2025-09-07 | 4 | -3/+212 | |
| | | | ||||||
| * | | plugin/ap: properly buffer data | 2 * r + 2 * t | 2025-09-07 | 4 | -76/+224 | |
| | | | | | | | | | | | Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing | |||||
| * | | plugin: async audio processing | 2 * r + 2 * t | 2025-09-06 | 4 | -42/+141 | |
| | | | ||||||
| * | | plugin: fix cmake version | 2 * r + 2 * t | 2025-09-06 | 2 | -3/+5 | |
| | | | | | | | | | Also print message | |||||
| * | | plugin: abstract audioprovider | 2 * r + 2 * t | 2025-09-06 | 5 | -76/+131 | |
| | | | ||||||
| * | | plugin: abstract service + ref | 2 * r + 2 * t | 2025-09-06 | 9 | -33/+152 | |
| |/ | ||||||
| * | plugin: namespace everything | 2 * r + 2 * t | 2025-09-06 | 10 | -1/+41 | |
| | | ||||||
| * | nix: fix package name typo (#567) | Christoffer Hald Christensen | 2025-09-04 | 1 | -1/+1 | |
| | | ||||||
| * | nix: disable qs hot reload (#564) | anders130 | 2025-09-04 | 1 | -0/+2 | |
| | | | | | | | | * fix(hm): disable watch files to prevent unexpected config reload * nix: replace watchFiles patch with substituteInPlace in prePatch so nobody needs to maintain the patch when it breaks eventually | |||||
| * | nix: fix devshell stdenv | 2 * r + 2 * t | 2025-09-04 | 1 | -1/+1 | |
| | | | | | Closes #560 | |||||
| * | internal: rename assets -> extras | 2 * r + 2 * t | 2025-09-04 | 5 | -12/+12 | |
| | | ||||||
| * | internal: remove beat-detector.cpp | 2 * r + 2 * t | 2025-09-04 | 3 | -583/+1 | |
| | | ||||||
| * | plugin: add BeatTracker | 2 * r + 2 * t | 2025-09-04 | 9 | -31/+176 | |
| | | | | | Replaces beat-detector.cpp | |||||
| * | nix: remove unneeded deps | 2 * r + 2 * t | 2025-09-04 | 1 | -8/+0 | |
| | | ||||||
| * | plugin: add qalculator | 2 * r + 2 * t | 2025-09-04 | 5 | -41/+77 | |
| | | | | | For launcher >calc instead of qalc proc | |||||
| * | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 2025-09-03 | 3 | -47/+54 | |
| | | ||||||
| * | plugin/fsm: nodiscard stuff | 2 * r + 2 * t | 2025-09-03 | 1 | -15/+15 | |
| | | ||||||
| * | launcher/wallpaper: add placeholder | 2 * r + 2 * t | 2025-09-03 | 1 | -3/+11 | |
| | | ||||||
| * | plugin/fsm: emit entriesChanged | 2 * r + 2 * t | 2025-09-03 | 1 | -0/+2 | |
| | | ||||||
| * | dashboard/calendar: add scroll | 2 * r + 2 * t | 2025-09-03 | 1 | -152/+165 | |
| | | ||||||
| * | dashboard/calendar: fix | 2 * r + 2 * t | 2025-09-03 | 1 | -5/+7 | |
| | | ||||||
| * | nix/hm: move environment to systemd.environment + refactor (#551) | Davi Ribeiro | 2025-09-03 | 2 | -51/+57 | |
| | | | | | | | | | | | | | | | | | | | | * nix/hm: environment moved to systemd.environment * nix/hm: change systemd default target Follow the home-manager convention for wayland systemd services * nix/hm: refactor * readme: refactor configuring section * readme: fix format * format --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| * | dashboard: add month/year and paging to calendar (#499) | M Matthew Hydock | 2025-09-03 | 4 | -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: non async popouts | 2 * r + 2 * t | 2025-09-03 | 1 | -1/+0 | |
| | | | | | Fixes "Component is not ready" warnings | |||||