summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/beattracker.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-09-12readme: update example config2 * r + 2 * t1-0/+3
2025-09-12bar: remove idle inhibitor2 * r + 2 * t4-47/+0
Use the one in the utilities panel instead
2025-09-12launcher: fix exclusion with utilities2 * r + 2 * t1-3/+6
2025-09-12launcher: loader content2 * r + 2 * t4-50/+60
2025-09-12osd: loader content2 * r + 2 * t3-9/+19
2025-09-12dashboard: persist state2 * r + 2 * t4-15/+44
2025-09-12utilities: loader content2 * r + 2 * t1-2/+27
2025-09-12utilities: add keep awake and quick toggles2 * r + 2 * t8-27/+306
2025-09-12interactions: fix interaction area2 * r + 2 * t1-0/+2
Hyprland bug smh
2025-09-12plugin: fix floating point comparison2 * r + 2 * t2-2/+2
Closes #602
2025-09-12network: put back the ":" in SSIDs (#601)Auguste Baum1-1/+1
2025-09-11shortcuts: add dashboard shortcut2 * r + 2 * t1-0/+9
2025-09-11plugin: add requests2 * r + 2 * t5-36/+60
Replaces QML Requests singleton
2025-09-11plugin: format + refactor2 * r + 2 * t6-49/+87
2025-09-11plugin/appdb: fix persistence2 * r + 2 * t2-21/+9
2025-09-11plugin: use qt typedefs for fixed ints2 * r + 2 * t3-32/+30
2025-09-11launcher: sort apps by usage2 * r + 2 * t4-20/+325
Closes #588
2025-09-10plugin: remove multimedia dep2 * r + 2 * t3-14/+13
Also remove QML module version
2025-09-10launcher: not full rounding + better anim2 * r + 2 * t6-8/+21
2025-09-10launcher: add config option for hiding applications (#568)anders1303-2/+4
* feat(launcher): add config option for excluding applications from launcher * fix(launcher): rename excludedApps to hiddenApps * chore: add example to readme * fix --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-09-10launcher: fix showOnHover2 * r + 2 * t1-1/+2
Closes #591 Fixes #562
2025-09-10launcher/wallpaper: include subfolder in search2 * r + 2 * t2-1/+1
Closes #589
2025-09-09bar/tray: add icon subs2 * r + 2 * t4-8/+17
Usage: array of { id, image | icon }
2025-09-09plugin/service: remove zero ref warning2 * r + 2 * t1-1/+0
Reloads don't play nice with it + it doesn't matter anyways
2025-09-09internal: use Qt.resolvedUrl2 * r + 2 * t7-7/+7
2025-09-09launcher: allow configuring actions (#558)Belal4-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>
2025-09-09dashboard: fix pfp picker2 * r + 2 * t1-1/+1
Fixes #579
2025-09-09dashboard/media: fix incubation warning2 * r + 2 * t1-1/+0
2025-09-09plugin/ac: not singleton2 * r + 2 * t13-94/+241
Also add nodeId prop BeatTracker not singleton Move BeatTracker and Cava to Audio service
2025-09-09nix: fix build error with libcava (#585)Davi Ribeiro1-1/+2
libcava failing with fftw3.h not found
2025-09-09nix: fix pipewire2 * r + 2 * t1-2/+2
Fixes #583
2025-09-08bar: configurable scroll actions (#559)Belal3-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>
2025-09-08bar/statusicons: add mic indicator2 * r + 2 * t3-0/+14
Closes #578
2025-09-08internal: force threaded render loop2 * r + 2 * t1-0/+1
Fixes #153 Fixes caelestia-dots/caelestia#118 Closes caelestia-dots/caelestia#137
2025-09-08plugin: use lower case imports2 * r + 2 * t20-66/+41
2025-09-08plugin/ac: use double buffer2 * r + 2 * t4-72/+36
Double buffer instead of circular buffer
2025-09-08nix: remove cava dep2 * r + 2 * t1-2/+0
2025-09-08plugin/ac: fix idle state + reduce buffer size2 * r + 2 * t3-27/+55
2025-09-08dashboard/media: ensure visualiser heads2 * r + 2 * t2-2/+1
2025-09-08plugin/ac: rt process2 * r + 2 * t1-1/+3
2025-09-08plugin/ap: fix collector2 * r + 2 * t15-278/+428
Actually read from speakers not mic
2025-09-08dev: export cmake compile commands2 * r + 2 * t2-1/+2
For LSP
2025-09-07plugin/cmake: use pkgconfig targets2 * r + 2 * t1-7/+4
2025-09-07plugin/ap: don't load empty chunks2 * r + 2 * t1-1/+6
2025-09-07plugin/cp: update values when bars changed2 * r + 2 * t1-1/+4
2025-09-07plugin/cim: fix uninitialised pointer2 * r + 2 * t1-1/+2
2025-09-07plugin/ap: cleaner chunk loading/accessing2 * r + 2 * t2-27/+10
2025-09-07plugin: add cava provider2 * r + 2 * t4-3/+212
2025-09-07plugin/ap: properly buffer data2 * r + 2 * t4-76/+224
Run at a stable fps instead of in large chunks Use one thread for collecting and another for processing
2025-09-07[CI] chore: update flakegithub-actions1-10/+10