Modify blur strength

pull/10/head
reionwong 4 years ago
parent 24e1b30fc6
commit 79b45dc52e

@ -18,8 +18,8 @@ cutefish_scaleEnabled = true
[Effect-Blur]
BlurStrength=7
NoiseStrength=1
BlurStrength=15
NoiseStrength=0
[Windows]
FocusStealingPreventionLevel=0

@ -75,7 +75,7 @@ function isPopupWindow(window) {
var cutefishPopupsEffect = {
loadConfig: function () {
cutefishPopupsEffect.fadeInDuration = animationTime(150);
cutefishPopupsEffect.fadeOutDuration = animationTime(150) * 4;
cutefishPopupsEffect.fadeOutDuration = animationTime(100) * 4;
},
slotWindowAdded: function (window) {
if (effects.hasActiveFullScreenEffect) {

Loading…
Cancel
Save