cava config, hyprland changes
This commit is contained in:
22
modules/hm/cava.nix
Normal file
22
modules/hm/cava.nix
Normal file
@ -0,0 +1,22 @@
|
||||
let
|
||||
colors = import ../gruvbox-theme.nix;
|
||||
in {
|
||||
programs.cava = {
|
||||
enable = true;
|
||||
settings = {
|
||||
general = {
|
||||
framerate = 60;
|
||||
bar_spacing = 0;
|
||||
};
|
||||
input.method = "pipewire";
|
||||
output.channels = "mono";
|
||||
color = {
|
||||
gradient = 1;
|
||||
gradient_count = 2;
|
||||
gradient_color_1 = "'${colors.gruvbox.aqua}'";
|
||||
gradient_color_2 = "'${colors.gruvbox.orange}'";
|
||||
};
|
||||
smoothing.noise_reduction = 0.8;
|
||||
};
|
||||
};
|
||||
}
|
Reference in New Issue
Block a user