home: disable cava until build failure is fixed
This commit is contained in:
parent
4ac9af3ca8
commit
6652e534a4
1 changed files with 7 additions and 7 deletions
|
|
@ -73,7 +73,7 @@ in {
|
||||||
};
|
};
|
||||||
|
|
||||||
cava = {
|
cava = {
|
||||||
enable = true;
|
enable = false; # FIX ME!!!
|
||||||
settings = {
|
settings = {
|
||||||
general.framerate = 60;
|
general.framerate = 60;
|
||||||
color = {
|
color = {
|
||||||
|
|
@ -131,12 +131,12 @@ in {
|
||||||
command "${getExe pkgs.spotify-player}"
|
command "${getExe pkgs.spotify-player}"
|
||||||
focus true
|
focus true
|
||||||
}
|
}
|
||||||
pane name="Visualizer" {
|
//pane name="Visualizer" {
|
||||||
borderless false
|
// borderless false
|
||||||
split_direction "horizontal"
|
// split_direction "horizontal"
|
||||||
size "20%"
|
// size "20%"
|
||||||
command "${getExe pkgs.cava}"
|
// command "cava"
|
||||||
}
|
//}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
'';
|
'';
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue