Polybar, Picom: Improve raisu
This commit is contained in:
		@@ -12,10 +12,10 @@ glx-no-rebind-pixmap = true;
 | 
			
		||||
## SHADOWS
 | 
			
		||||
 | 
			
		||||
shadow = true;
 | 
			
		||||
shadow-radius = 0;
 | 
			
		||||
shadow-offset-x = 4;
 | 
			
		||||
shadow-offset-y = 4;
 | 
			
		||||
shadow-opacity = 0.3;
 | 
			
		||||
shadow-radius = 30;
 | 
			
		||||
shadow-offset-x = -25;
 | 
			
		||||
shadow-offset-y = -25;
 | 
			
		||||
shadow-opacity = 0.45;
 | 
			
		||||
# shadow-red = 0.0;
 | 
			
		||||
# shadow-green = 0.0;
 | 
			
		||||
# shadow-blue = 0.0;
 | 
			
		||||
@@ -33,7 +33,6 @@ shadow-exclude = [
 | 
			
		||||
	"name *= 'Chrome'",
 | 
			
		||||
	"name *= 'Conky'",
 | 
			
		||||
	"name *= 'Polybar tray window'",
 | 
			
		||||
	"name *= 'polybar'",
 | 
			
		||||
	"class_g = 'Conky'",
 | 
			
		||||
	"class_g ?= 'Notify-osd'",
 | 
			
		||||
	"class_g ?= 'Xfce4-notifyd'",
 | 
			
		||||
@@ -48,9 +47,9 @@ fading = true;
 | 
			
		||||
# The time between steps in a fade in milliseconds. (default 10).
 | 
			
		||||
fade-delta = 5;
 | 
			
		||||
# Opacity change between steps while fading in. (default 0.028).
 | 
			
		||||
fade-in-step = 0.07;
 | 
			
		||||
fade-in-step = 0.08;
 | 
			
		||||
# Opacity change between steps while fading out. (default 0.03).
 | 
			
		||||
fade-out-step = 0.07;
 | 
			
		||||
fade-out-step = 0.08;
 | 
			
		||||
# Fade windows in/out when opening/closing
 | 
			
		||||
# no-fading-openclose = true;
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
@@ -49,12 +49,10 @@ background = ${res/colors.bg}
 | 
			
		||||
foreground = ${res/colors.fg}
 | 
			
		||||
border-color = ${res/colors.border}
 | 
			
		||||
tray-background = ${res/colors.bg}
 | 
			
		||||
height = 32
 | 
			
		||||
width = 100%:-12
 | 
			
		||||
offset-x = 6
 | 
			
		||||
offset-y = 6
 | 
			
		||||
height = 40
 | 
			
		||||
width = 100%
 | 
			
		||||
padding = 2
 | 
			
		||||
border-size = ${res/config.border-size}
 | 
			
		||||
border-top-size = ${res/config.border-size}
 | 
			
		||||
font-0 = "Roboto:style=Regular:size=10;2"
 | 
			
		||||
font-1 = "Deja Vu Sans Mono:style=Regular:size=10;2"
 | 
			
		||||
font-2 = "Roboto:style=Bold:size=10;2"
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user