| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2025-09-08 | plugin/ap: fix collector | 2 * r + 2 * t | 1 | -0/+248 | |
| Actually read from speakers not mic | |||||
| 2025-09-08 | dev: export cmake compile commands | 2 * r + 2 * t | 2 | -1/+2 | |
| For LSP | |||||
| 2025-09-07 | plugin/cmake: use pkgconfig targets | 2 * r + 2 * t | 1 | -7/+4 | |
| 2025-09-07 | plugin/ap: don't load empty chunks | 2 * r + 2 * t | 1 | -1/+6 | |
| 2025-09-07 | plugin/cp: update values when bars changed | 2 * r + 2 * t | 1 | -1/+4 | |
| 2025-09-07 | plugin/cim: fix uninitialised pointer | 2 * r + 2 * t | 1 | -1/+2 | |
| 2025-09-07 | plugin/ap: cleaner chunk loading/accessing | 2 * r + 2 * t | 2 | -27/+10 | |
| 2025-09-07 | plugin: add cava provider | 2 * r + 2 * t | 4 | -3/+212 | |
| 2025-09-07 | plugin/ap: properly buffer data | 2 * r + 2 * t | 4 | -76/+224 | |
| Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing | |||||
| 2025-09-06 | plugin: async audio processing | 2 * r + 2 * t | 4 | -42/+141 | |
| 2025-09-06 | plugin: fix cmake version | 2 * r + 2 * t | 2 | -3/+5 | |
| Also print message | |||||
| 2025-09-06 | plugin: abstract audioprovider | 2 * r + 2 * t | 5 | -76/+131 | |
| 2025-09-06 | plugin: abstract service + ref | 2 * r + 2 * t | 9 | -33/+152 | |
| 2025-09-06 | plugin: namespace everything | 2 * r + 2 * t | 10 | -1/+41 | |
| 2025-09-04 | nix: fix package name typo (#567) | Christoffer Hald Christensen | 1 | -1/+1 | |
| 2025-09-04 | nix: disable qs hot reload (#564) | anders130 | 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 | |||||
| 2025-09-04 | nix: fix devshell stdenv | 2 * r + 2 * t | 1 | -1/+1 | |
| Closes #560 | |||||
| 2025-09-04 | internal: rename assets -> extras | 2 * r + 2 * t | 5 | -12/+12 | |
| 2025-09-04 | internal: remove beat-detector.cpp | 2 * r + 2 * t | 3 | -583/+1 | |
| 2025-09-04 | plugin: add BeatTracker | 2 * r + 2 * t | 9 | -31/+176 | |
| Replaces beat-detector.cpp | |||||
| 2025-09-04 | nix: remove unneeded deps | 2 * r + 2 * t | 1 | -8/+0 | |
| 2025-09-04 | plugin: add qalculator | 2 * r + 2 * t | 5 | -41/+77 | |
| For launcher >calc instead of qalc proc | |||||
| 2025-09-03 | plugin/cim: use QtConcurrent | 2 * r + 2 * t | 3 | -47/+54 | |
| 2025-09-03 | plugin/fsm: nodiscard stuff | 2 * r + 2 * t | 1 | -15/+15 | |
| 2025-09-03 | launcher/wallpaper: add placeholder | 2 * r + 2 * t | 1 | -3/+11 | |
| 2025-09-03 | plugin/fsm: emit entriesChanged | 2 * r + 2 * t | 1 | -0/+2 | |
| 2025-09-03 | dashboard/calendar: add scroll | 2 * r + 2 * t | 1 | -152/+165 | |
| 2025-09-03 | dashboard/calendar: fix | 2 * r + 2 * t | 1 | -5/+7 | |
| 2025-09-03 | nix/hm: move environment to systemd.environment + refactor (#551) | Davi Ribeiro | 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> | |||||
| 2025-09-03 | dashboard: add month/year and paging to calendar (#499) | M Matthew Hydock | 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> | |||||
| 2025-09-03 | internal: non async popouts | 2 * r + 2 * t | 1 | -1/+0 | |
| Fixes "Component is not ready" warnings | |||||
| 2025-09-03 | bar/statusicons: add lock keys indicator (#514) | Belal | 5 | -10/+106 | |
| * [StatusIcons] Add caps lock indicator * Seprate CapsLock icon * Use material icon * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-09-03 | filedialog: anim empty text | 2 * r + 2 * t | 1 | -1/+8 | |
| 2025-09-03 | filedialog: fix anims | 2 * r + 2 * t | 2 | -15/+19 | |
| Assign to non reactive bindings so no update during remove anim when modelData is destroyed | |||||
| 2025-09-03 | internal: refactor Paths util | 2 * r + 2 * t | 15 | -36/+39 | |
| 2025-09-03 | plugin/fsm: incremental updates | 2 * r + 2 * t | 3 | -24/+114 | |
| 2025-09-02 | lock/notifs: fix undef error | 2 * r + 2 * t | 1 | -2/+2 | |
| 2025-09-02 | nix/hm: add extraEnvironment (#533) | BardMoon | 2 | -1/+11 | |
| * nix: add extraEnvironment in home-manager This PR enables users to easily add environment variables to make systemd services work properly in all use cases. #390 * Update README.md * Update README.md * fix * Update hm-module.nix * Update hm-module.nix * extraEnvironment to environment * Update README.md * [CI] chore: update flake * fix --------- Co-authored-by: github-actions <41898282+github-actions[bot]@users.noreply.github.com> | |||||
| 2025-09-02 | internal: fix undef/null errors | 2 * r + 2 * t | 2 | -9/+12 | |
| 2025-09-02 | internal: use FileSystemModel for FileDialog | 2 * r + 2 * t | 6 | -46/+44 | |
| 2025-09-02 | plugin/fsm: add showHidden & dirs filter | 2 * r + 2 * t | 2 | -41/+88 | |
| 2025-09-02 | plugin/fsm: allow disabling watching | 2 * r + 2 * t | 2 | -2/+24 | |
| 2025-09-02 | plugin/fsm: async add watcher paths | 2 * r + 2 * t | 1 | -10/+22 | |
| Also remove debug messages and remove futures from hash on completion | |||||
| 2025-09-02 | plugin/fsm: async update | 2 * r + 2 * t | 4 | -53/+100 | |
| 2025-09-02 | plugin/fsm: only update changed dir | 2 * r + 2 * t | 2 | -5/+16 | |
| Also add added and removed signals | |||||
| 2025-09-02 | plugin/fsm: sort dirs first | 2 * r + 2 * t | 1 | -0/+3 | |
| 2025-09-02 | plugin/fsm: incremental updates + sort | 2 * r + 2 * t | 1 | -10/+21 | |
| 2025-09-02 | internal: remove singleton reloadableId | 2 * r + 2 * t | 2 | -4/+0 | |
| 2025-09-02 | brightness: add ipc handler for get/set (#546) | sweenu | 1 | -6/+78 | |
| * services(brightness): add IpcHandler with brightnessctl like set function * allow get/set for specific monitor Also handle invalid formats --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> | |||||
| 2025-09-01 | bar/workspaces: add option for ws name capitalisation (#543) | sweenu | 2 | -2/+10 | |