Adjust blur

Signed-off-by: Severin Kaderli <severin@kaderli.dev>
This commit is contained in:
Severin Kaderli 2019-08-02 11:18:56 +02:00
parent f7a21144b8
commit 1da1927e40
Signed by: severinkaderli
GPG key ID: F419F8835B72F0C4
2 changed files with 6 additions and 2 deletions

View file

@ -228,7 +228,7 @@ visual_bell:
#
# 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.
background_opacity: 0.5
background_opacity: 0.6
# Mouse bindings
#

View file

@ -18,11 +18,15 @@ opacity-rule = [
# Shadows
shadow = true;
shadow-exclude = [
"name = 'Polybar tray window'",
"class_g = 'Polybar'"
]
blur:
{
method = "gaussian";
size = 10;
size = 20;
deviation = 5.0;
};