Adjust blur
Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
parent
f7a21144b8
commit
1da1927e40
2 changed files with 6 additions and 2 deletions
|
@ -228,7 +228,7 @@ visual_bell:
|
||||||
#
|
#
|
||||||
# Window opacity as a floating point number from `0.0` to `1.0`.
|
# Window opacity as a floating point number from `0.0` to `1.0`.
|
||||||
# The value `0.0` is completely transparent and `1.0` is opaque.
|
# The value `0.0` is completely transparent and `1.0` is opaque.
|
||||||
background_opacity: 0.5
|
background_opacity: 0.6
|
||||||
|
|
||||||
# Mouse bindings
|
# Mouse bindings
|
||||||
#
|
#
|
||||||
|
|
|
@ -18,11 +18,15 @@ opacity-rule = [
|
||||||
|
|
||||||
# Shadows
|
# Shadows
|
||||||
shadow = true;
|
shadow = true;
|
||||||
|
shadow-exclude = [
|
||||||
|
"name = 'Polybar tray window'",
|
||||||
|
"class_g = 'Polybar'"
|
||||||
|
]
|
||||||
|
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "gaussian";
|
method = "gaussian";
|
||||||
size = 10;
|
size = 20;
|
||||||
deviation = 5.0;
|
deviation = 5.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue