HybridBar icon indicating copy to clipboard operation
HybridBar copied to clipboard

[Refactor] Rewrite core

Open vars1ty opened this issue 1 year ago • 2 comments

Such as using structures more and having variables in them, try and reduce the amount of variables created via lazy_static, etc.

vars1ty avatar Apr 18 '23 06:04 vars1ty

Title updated to reflect on the issue better, will be done when I got time for it. Will also happen in parallel with #38, one example of a much-needed rewrite is Config. Old "structure": image

New: image

List:

  • Rewrite Config base
  • Sync Config changes across the project
  • Look into rewriting how the Cava implementation works
  • Refactor other core parts, such as ui

vars1ty avatar May 31 '23 06:05 vars1ty

Commit c38c84fb5c7fec5608c4636c71ce6f8be04d195d removed is_feature_active, which will be needed again later.

vars1ty avatar Jun 21 '23 13:06 vars1ty