changed opacity and blur
parent
da8615ffad
commit
cb78be38ca
|
@ -8,6 +8,8 @@ let
|
||||||
opacityRule = [
|
opacityRule = [
|
||||||
"100:fullscreen"
|
"100:fullscreen"
|
||||||
"80 :class_g = 'Polybar'"
|
"80 :class_g = 'Polybar'"
|
||||||
|
"85 :class_g = 'kitty' && !focused"
|
||||||
|
"90 :class_g = 'kitty' && focused"
|
||||||
];
|
];
|
||||||
blur = true;
|
blur = true;
|
||||||
# inactiveDim = "0.1";
|
# inactiveDim = "0.1";
|
||||||
|
@ -30,7 +32,7 @@ let
|
||||||
# dual kawase blur
|
# dual kawase blur
|
||||||
blur-background-fixed = false;
|
blur-background-fixed = false;
|
||||||
blur-method = "dual_kawase";
|
blur-method = "dual_kawase";
|
||||||
blur-strength = 5;
|
blur-strength = 2;
|
||||||
use-ewmh-active-win = true;
|
use-ewmh-active-win = true;
|
||||||
detect-rounded-corners = true;
|
detect-rounded-corners = true;
|
||||||
|
|
||||||
|
@ -46,7 +48,4 @@ let
|
||||||
'';
|
'';
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
in
|
in { home-manager.users.moritz = { ... }: (base); }
|
||||||
{
|
|
||||||
home-manager.users.moritz = { ... }: (base);
|
|
||||||
}
|
|
||||||
|
|
Loading…
Reference in New Issue