renderer: add decoration:blur:special

will blur behind the special ws
This commit is contained in:
vaxerski
2023-08-25 17:43:23 +02:00
parent f0da0b0be4
commit 23e17700a7
4 changed files with 67 additions and 13 deletions

View File

@@ -137,6 +137,7 @@ void CConfigManager::setDefaultVars() {
configValues["decoration:blur:noise"].floatValue = 0.0117;
configValues["decoration:blur:contrast"].floatValue = 0.8916;
configValues["decoration:blur:brightness"].floatValue = 0.8172;
configValues["decoration:blur:special"].intValue = 1;
configValues["decoration:active_opacity"].floatValue = 1;
configValues["decoration:inactive_opacity"].floatValue = 1;
configValues["decoration:fullscreen_opacity"].floatValue = 1;