summaryrefslogtreecommitdiff
path: root/assets/cpp/beat-detector.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2025-08-27plugin: make thread safe2 * r + 2 * t3-46/+46
2025-08-27plugin/cim: fix cache dir2 * r + 2 * t1-0/+3
2025-08-27plugin: create caching image manager2 * r + 2 * t7-45/+221
No need for external proc
2025-08-27internal: move notif icon lower2 * r + 2 * t3-2/+3
2025-08-27internal: better copy2 * r + 2 * t4-6/+29
2025-08-27plugin: saveItem ensure parent dir2 * r + 2 * t4-53/+52
Also const everything and format
2025-08-27picker: better client detection2 * r + 2 * t1-10/+13
2025-08-27picker: use saveItem2 * r + 2 * t3-5/+27
Removes grim dependency
2025-08-27bar/clock: allow hiding icon (#484)Bruno Inec3-5/+19
* bar(clock): allow hiding the calendar icon * loader + showCalendarIcon -> showIcon --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27osd: add mic volume2 * r + 2 * t7-39/+116
Disabled by default
2025-08-27config: allow enable/disable osd brightness (#481)Faiz Khan3-17/+32
* Added option to disable brightness slider * Removed unwanted imports * Renamed WrappedLoader.name to brightnessSlider * fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-27nix: fix CAELESTIA_LIB_DIRSoramane1-1/+1
2025-08-27nix: move aubio and pipewire to buildInputsSoramane1-2/+2
2025-08-27nix: fix buildSoramane1-5/+2
2025-08-27nix: fix quoteSoramane1-1/+1
2025-08-27idleinhibitor: persist state across reloads2 * r + 2 * t1-2/+10
Also set who and why
2025-08-27readme: update for new cmake build2 * r + 2 * t1-51/+65
2025-08-27paths: use unified env var for lib dir2 * r + 2 * t4-4/+5
CAELESTIA_BD_PATH -> CAELESTIA_LIB_DIR/beat_detector
2025-08-27nix: update for new build2 * r + 2 * t1-51/+12
2025-08-26internal: build via cmake2 * r + 2 * t3-10/+27
2025-08-26internal: use systemd-inhibit2 * r + 2 * t3-212/+4
No need for custom inhibit script (it didn't even work anyways 💀)
2025-08-26nix: refactorSoramane1-7/+6
2025-08-26nix: build pluginSoramane1-1/+20
2025-08-26internal: async save item2 * r + 2 * t1-3/+3
Fixes #180
2025-08-26plugin: add saveItem2 * r + 2 * t5-0/+128
2025-08-25background: add visualiser2 * r + 2 * t10-13/+181
Also dashboard.visualiserBars -> services.visualiserBars
2025-08-25readme: fix confusing config statement2 * r + 2 * t1-2/+3
Also show actual default weather location
2025-08-25config: add gpu type config2 * r + 2 * t3-3/+7
2025-08-24beatdetector: increase default bpm2 * r + 2 * t1-1/+1
2025-08-24weather: use city instead of lat/long2 * r + 2 * t1-7/+5
Also lazy load
2025-08-24Revert "hyprland: fix active client on empty ws"2 * r + 2 * t1-8/+1
This reverts commit a8151fc89d9a7977e5fa5dd3dfbed17c8f6101a1.
2025-08-24internal: cleanup2 * r + 2 * t1-4/+0
2025-08-24internal: use Anim component2 * r + 2 * t44-291/+110
2025-08-24internal: add canim component2 * r + 2 * t25-152/+46
2025-08-24internal: add anim component2 * r + 2 * t26-150/+9
No inlining
2025-08-24bar: better handling for named workspaces2 * r + 2 * t4-5/+18
Fixes #448
2025-08-24hypr: proper kb layout code2 * r + 2 * t2-2/+22
2025-08-24internal: rename Hyprland -> Hypr2 * r + 2 * t14-40/+39
Prevent shadowing Fixes window info not changing on switching to an empty workspace
2025-08-24[CI] chore: update flakegithub-actions1-6/+6
2025-08-23interactions: fix popouts close on lose hover2 * r + 2 * t1-0/+6
2025-08-23popouts/network: better rescan loading2 * r + 2 * t2-15/+27
2025-08-23nix: fix patch2 * r + 2 * t1-5/+5
Merge fail :woe:
2025-08-23config: player aliases + config default player2 * r + 2 * t4-4/+20
Closes #441
2025-08-23services: fix proc lang (#454)Mix2-6/+6
* Fix Wifi Emoji ASCII not show wifi emojis and gets errors on connect in some systens, C.UTF-8 are correct in modern systens * removed platform check * more fixes --------- Co-authored-by: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com>
2025-08-23hyprland: fix active client on empty ws2 * r + 2 * t1-1/+8
Closes #465
2025-08-23lock: add fprint support (#429)2 * r + 2 * t11-29/+311
* lock: add fprint support * lock: better fprint detection * lock: cap error retries * nix: fix fprint pam for nix * lock: reset fprint tries * lock: minor pam fixes Delay fprint error retries Reset fprint error retries on lock * lock: loading indicator passwd state Instead of fprint state cause no way of detecting that * dashboard: better visualiser * lock: better fprint availability check * lock: better in/out anim Animating layout sizes is a bad idea :woe: Use scale instead * lock: add better error/fail messages * lock: less fprint icon states Already shown by message * lock: fix fprint reset * lock: include passwd pam * lock: flash message on change * lock: fix message anim Also wrap message instead of eliding * lock: better messages for no fprint
2025-08-23bar: add idle inhibitor (#459)Davi Ribeiro9-9/+318
* bar: add idle inhibitor * bar: change idle inhibitor button color * nix: link external scripts instead of install * services/idleinhibitor: add IPC handler * better styling * move cpp scripts to assets/cpp --------- Co-authored-by: Soramane <61896496+soramanew@users.noreply.github.com>
2025-08-23dashboard: better pfp pickerSoramane1-10/+12
2025-08-23nix: fix qt hookSoramane1-1/+1
2025-08-23launcher: add special search2 * r + 2 * t4-4/+67
Closes #464