From a44a28ec7a9439e6fe9b482eee6bec02b51c0d42 Mon Sep 17 00:00:00 2001 From: Karsten Hachmeister Date: Wed, 15 May 2024 09:23:08 +0200 Subject: [PATCH] update picom.conf config --- .config/picom/picom.conf | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index fe76e09..5723b27 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -91,7 +91,7 @@ wintypes: # Parameters for background blurring, see the *BLUR* section for more information. blur-method = "dual_kawase"; -blur-strength = 8; +blur-strength = 6; #blur-method = "gaussian" #blur-size = 14 @@ -100,9 +100,6 @@ blur-strength = 8; #blur-background = false #blur-background-frame = false -corner-radius = 6 - - # Exclude conditions for background blur. # blur-background-exclude = [] blur-background-exclude = [ @@ -112,6 +109,18 @@ blur-background-exclude = [ ]; +################################# +# Corners # +################################# + +corner-radius = 6 + +rounded-corners-exclude = [ + "window_type = 'dock'", + "class_g = 'i3-frame'" +] + + ################################# # Shadows # ################################# @@ -154,7 +163,7 @@ fading = true; # Opacity change between steps while fading in. (0.01 - 1.0, defaults to 0.028) # fade-in-step = 0.028 -fade-in-step = 0.05; +fade-in-step = 0.15; # Opacity change between steps while fading out. (0.01 - 1.0, defaults to 0.03) # fade-out-step = 0.03