|
|
@ -8,22 +8,22 @@ |
|
|
|
# unless explicitly requested using the wintypes option. |
|
|
|
# unless explicitly requested using the wintypes option. |
|
|
|
# |
|
|
|
# |
|
|
|
# shadow = false |
|
|
|
# shadow = false |
|
|
|
shadow = false; |
|
|
|
shadow = true; |
|
|
|
|
|
|
|
|
|
|
|
# The blur radius for shadows, in pixels. (defaults to 12) |
|
|
|
# The blur radius for shadows, in pixels. (defaults to 12) |
|
|
|
# shadow-radius = 12 |
|
|
|
# shadow-radius = 12 |
|
|
|
shadow-radius = 7; |
|
|
|
shadow-radius = 12; |
|
|
|
|
|
|
|
|
|
|
|
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75) |
|
|
|
# The opacity of shadows. (0.0 - 1.0, defaults to 0.75) |
|
|
|
# shadow-opacity = .75 |
|
|
|
# shadow-opacity = .75 |
|
|
|
|
|
|
|
|
|
|
|
# The left offset for shadows, in pixels. (defaults to -15) |
|
|
|
# The left offset for shadows, in pixels. (defaults to -15) |
|
|
|
# shadow-offset-x = -15 |
|
|
|
# shadow-offset-x = -15 |
|
|
|
shadow-offset-x = -7; |
|
|
|
shadow-offset-x = -15; |
|
|
|
|
|
|
|
|
|
|
|
# The top offset for shadows, in pixels. (defaults to -15) |
|
|
|
# The top offset for shadows, in pixels. (defaults to -15) |
|
|
|
# shadow-offset-y = -15 |
|
|
|
# shadow-offset-y = -15 |
|
|
|
shadow-offset-y = -7; |
|
|
|
shadow-offset-y = -15; |
|
|
|
|
|
|
|
|
|
|
|
# Red color value of shadow (0.0 - 1.0, defaults to 0). |
|
|
|
# Red color value of shadow (0.0 - 1.0, defaults to 0). |
|
|
|
# shadow-red = 0 |
|
|
|
# shadow-red = 0 |
|
|
@ -75,11 +75,11 @@ fading = true; |
|
|
|
|
|
|
|
|
|
|
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) |
|
|
|
# Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) |
|
|
|
# fade-in-step = 0.028 |
|
|
|
# fade-in-step = 0.028 |
|
|
|
fade-in-step = 0.045; |
|
|
|
fade-in-step = 0.035; |
|
|
|
|
|
|
|
|
|
|
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) |
|
|
|
# Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) |
|
|
|
# fade-out-step = 0.03 |
|
|
|
# fade-out-step = 0.03 |
|
|
|
fade-out-step = 0.045; |
|
|
|
fade-out-step = 0.035; |
|
|
|
|
|
|
|
|
|
|
|
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) |
|
|
|
# The time between steps in fade step, in milliseconds. (> 0, defaults to 10) |
|
|
|
# fade-delta = 10 |
|
|
|
# fade-delta = 10 |
|
|
@ -141,7 +141,7 @@ focus-exclude = [ "class_g = 'Cairo-clock'" ]; |
|
|
|
|
|
|
|
|
|
|
|
# Parameters for background blurring, see the *BLUR* section for more information. |
|
|
|
# Parameters for background blurring, see the *BLUR* section for more information. |
|
|
|
blur-method = "dual_kawase"; |
|
|
|
blur-method = "dual_kawase"; |
|
|
|
blur-strength = 2; |
|
|
|
blur-strength = 0; |
|
|
|
# blur-size = 2; |
|
|
|
# blur-size = 2; |
|
|
|
# |
|
|
|
# |
|
|
|
# blur-deviation = false |
|
|
|
# blur-deviation = false |
|
|
|