changed opacity

This commit is contained in:
Christoph Hollizeck 2024-03-27 11:09:36 +01:00
parent 4838822fc7
commit 0c2e964611

View file

@ -26,7 +26,7 @@ in {
}; };
shellIntegration.enableFishIntegration = true; shellIntegration.enableFishIntegration = true;
settings = { settings = {
"background_opacity" = "0.9"; "background_opacity" = "0.95";
"shell" = "fish"; "shell" = "fish";
}; };
}; };