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 = {
|
||||
enable = true;
|
||||
enable = false; # FIX ME!!!
|
||||
settings = {
|
||||
general.framerate = 60;
|
||||
color = {
|
||||
|
|
@ -131,12 +131,12 @@ in {
|
|||
command "${getExe pkgs.spotify-player}"
|
||||
focus true
|
||||
}
|
||||
pane name="Visualizer" {
|
||||
borderless false
|
||||
split_direction "horizontal"
|
||||
size "20%"
|
||||
command "${getExe pkgs.cava}"
|
||||
}
|
||||
//pane name="Visualizer" {
|
||||
// borderless false
|
||||
// split_direction "horizontal"
|
||||
// size "20%"
|
||||
// command "cava"
|
||||
//}
|
||||
}
|
||||
}
|
||||
'';
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue