Commit Graph
19 Commits
Author SHA1 Message Date
Stevan Freeborn dc1b08095c refactor: extract notification sending 2026-07-28 09:32:31 -05:00
Stevan Freeborn 19a3d0927e refactor: extract audio visualizer 2026-07-28 09:32:16 -05:00
Stevan Freeborn 6acc79a5d1 refactor: extract message enum 2026-07-28 09:31:58 -05:00
Stevan Freeborn ddd3fee887 fix: use description instead of name 2026-07-27 22:04:14 -05:00
Stevan Freeborn b6a59f6563 chore: declare apt dependency for linux builds 2026-07-27 21:54:37 -05:00
Stevan Freeborn 575b70d4ba chore: update cargo dist 2026-07-27 21:43:16 -05:00
Stevan Freeborn 3b0cb7e82b chore: bump version 2026-07-27 21:35:12 -05:00
Stevan Freeborn 4d4c157f3a feat: apply my theme colors to app 2026-07-27 17:43:56 -05:00
Stevan Freeborn b047bd4324 fix: add semi colon and clean up whitespace 2026-07-27 17:38:41 -05:00
Stevan Freeborn 366c481827 fix: prever copied over cloned 2026-07-27 17:37:04 -05:00
Stevan Freeborn 01765bf115 tests: add test for with_visualizer 2026-07-27 17:36:33 -05:00
Stevan Freeborn c440f75a4a fix: account for all options when collecting positional arguments 2026-07-27 17:36:02 -05:00
Stevan Freeborn 714aebc2ed fix: clamp bar values to width that is available 2026-07-27 17:34:38 -05:00
Stevan Freeborn e3edf57745 fix: use proper arc method 2026-07-27 17:32:53 -05:00
Stevan Freeborn 627969a23b fix: pass flag to clone 2026-07-27 17:32:24 -05:00
Stevan Freeborn b7f34f795e fix: address thread shutdown
- replace unwrap() calls with checks
- add stop flag to allow thread shutdown
- implement drop trait to automatically set the stop flag
2026-07-27 17:31:47 -05:00
Stevan Freeborn 8c559d605e chore: remove pull request trigger from workflow 2026-07-27 17:17:23 -05:00
Stevan Freeborn d166be47ed feat: add audio visualizer implementation
Release / build-local-artifacts (${{ join(matrix.targets, ', ') }}) (pull_request) Canceled after 0s
Release / build-global-artifacts (pull_request) Canceled after 0s
Release / host (pull_request) Canceled after 0s
Release / announce (pull_request) Canceled after 0s
Release / plan (pull_request) Canceled after 10s
2026-07-27 17:08:31 -05:00
Stevan Freeborn 377fab331f feat: add visualizer flag 2026-07-27 15:00:07 -05:00