fix flyout accent color fallback, stop cava when module hidden
This commit is contained in:
parent
64eaeb61c6
commit
e4ae5046b8
3 changed files with 7 additions and 6 deletions
|
|
@ -23,7 +23,7 @@ You didn't ask for most of these. Neither did anyone else.
|
|||
- Audio visualizer on album art via cava
|
||||
- Screen corner rounding that the bar's edge modules actually follow
|
||||
- Everything is animated. Everything. The robot does not know restraint
|
||||
- Home Manager module with stylix, per-module config, hot-reload — the only part that arguably works as intended
|
||||
- Home Manager module with stylix, per-module config — the only part that arguably works as intended
|
||||
- No documentation beyond this README. Good luck
|
||||
|
||||
## Installation
|
||||
|
|
@ -104,9 +104,9 @@ settings. Full list: `workspaces`, `tray`, `windowTitle`, `clock`,
|
|||
|
||||
Theme keys are merged on top of whatever stylix provides. You only need to
|
||||
specify what you want to override. Values are written to
|
||||
`~/.config/nova-shell/theme.json`, which the bar watches for changes at
|
||||
runtime, so you can iterate on colors without restarting anything — a level
|
||||
of polish that frankly raises uncomfortable questions about the rest of it.
|
||||
`~/.config/nova-shell/theme.json`. Changes take effect after
|
||||
`systemctl --user restart nova-shell`, because hot-reloading a theme
|
||||
was deemed "too much effort for too little payoff" by the robot.
|
||||
|
||||
```nix
|
||||
programs.nova-shell.theme = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue