Compton: Add blur back, use it on Conky
I know I said I was gonna de-rice but I think I can make a use case for blur
This commit is contained in:
		@@ -125,15 +125,16 @@ alpha-step = 0.06;
 | 
			
		||||
# Do not let dimness adjust based on window opacity.
 | 
			
		||||
# inactive-dim-fixed = true;
 | 
			
		||||
# Blur background of transparent windows. Bad performance with X Render backend. GLX backend is preferred.
 | 
			
		||||
blur-background = false;
 | 
			
		||||
blur-background = true;
 | 
			
		||||
blur-kern = "7x7box";
 | 
			
		||||
# Blur background of opaque windows with transparent frames as well.
 | 
			
		||||
blur-background-frame = false;
 | 
			
		||||
# Do not let blur radius adjust based on window opacity.
 | 
			
		||||
blur-background-fixed = false;
 | 
			
		||||
blur-background-fixed = true;
 | 
			
		||||
blur-background-exclude = [
 | 
			
		||||
    "class_g ?= 'xfdesktop'",
 | 
			
		||||
    "window_type = 'dock'",
 | 
			
		||||
    "window_type = 'desktop'",
 | 
			
		||||
#   "window_type = 'desktop'",
 | 
			
		||||
    "class_g ?= 'Wine'"
 | 
			
		||||
];
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user