change some values related to blurring, fading, shadows, etc.

This commit is contained in:
frosty 2024-05-19 05:39:09 -04:00
parent 418f7d5c54
commit b06132f144

View file

@ -6,10 +6,10 @@
shadow = false shadow = false
# The blur radius for shadows, in pixels. # The blur radius for shadows, in pixels.
shadow-radius = 10 shadow-radius = 18
# The opacity of shadows. (0.0 - 1.0) # The opacity of shadows. (0.0 - 1.0)
shadow-opacity = 0.35 shadow-opacity = 0.15
# The left offset for shadows, in pixels. # The left offset for shadows, in pixels.
shadow-offset-x = -7 shadow-offset-x = -7
@ -23,6 +23,7 @@ shadow-color = "#030303"
# Specify a list of conditions of windows that should have no shadow. # Specify a list of conditions of windows that should have no shadow.
shadow-exclude = [ shadow-exclude = [
"class_g = 'Tint2'", "class_g = 'Tint2'",
"class_g = 'dwm'",
"name = 'Notification'" "name = 'Notification'"
] ]
@ -32,13 +33,13 @@ shadow-exclude = [
# Fade windows in/out when opening/closing and when opacity changes, # Fade windows in/out when opening/closing and when opacity changes,
# unless no-fading-openclose is used. # unless no-fading-openclose is used.
fading = false fading = true
# Opacity change between steps while fading in. (0.01 - 1.0) # Opacity change between steps while fading in. (0.01 - 1.0)
fade-in-step = 0.16 fade-in-step = 0.18
# Opacity change between steps while fading out. (0.01 - 1.0) # Opacity change between steps while fading out. (0.01 - 1.0)
fade-out-step = 0.16 fade-out-step = 0.12
# Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc. # Do not fade destroyed ARGB windows with WM frame. Workaround of bugs in Openbox, Fluxbox, etc.
no-fading-destroyed-argb = true no-fading-destroyed-argb = true
@ -80,19 +81,19 @@ corner-radius = 0
################################# #################################
# 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-size = 1 blur-size = 1
# blur-strength = 5 blur-strength = 4
# Specify the blur convolution kernel. # Specify the blur convolution kernel.
# blur-kern = "3x3box" blur-kern = "3x3box"
# Exclude conditions for background blur. # Exclude conditions for background blur.
# blur-background-exclude = [ blur-background-exclude = [
# "window_type = 'dock'", "window_type = 'dock'",
# "window_type = 'desktop'", "window_type = 'desktop'",
# "_GTK_FRAME_EXTENTS@" "_GTK_FRAME_EXTENTS@"
# ] ]
################################# #################################
# General Settings # # General Settings #