home: init cava
This commit is contained in:
parent
067818d124
commit
718d2c3035
1 changed files with 25 additions and 0 deletions
25
home/cava/default.nix
Normal file
25
home/cava/default.nix
Normal file
|
@ -0,0 +1,25 @@
|
||||||
|
_: {
|
||||||
|
programs.cava = {
|
||||||
|
enable = true;
|
||||||
|
settings = {
|
||||||
|
general = {
|
||||||
|
mode = "normal";
|
||||||
|
framerate = 144;
|
||||||
|
bars = 0;
|
||||||
|
bar_width = 2;
|
||||||
|
bar_spacing = 3;
|
||||||
|
};
|
||||||
|
color = {
|
||||||
|
gradient = 1;
|
||||||
|
gradient_count = 2;
|
||||||
|
gradient_color_2 = "'#2ac3de'";
|
||||||
|
gradient_color_1 = "'#f7768e";
|
||||||
|
};
|
||||||
|
smoothing = {
|
||||||
|
monstercat = 1;
|
||||||
|
waves = 1;
|
||||||
|
gravity = 100;
|
||||||
|
};
|
||||||
|
};
|
||||||
|
};
|
||||||
|
}
|
Loading…
Reference in a new issue