-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpicom.conf
92 lines (71 loc) · 1.84 KB
/
picom.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#################################
# Shadows #
#################################
shadow = true;
shadow-radius = 7;
# shadow-opacity = .75
shadow-offset-x = -7;
shadow-offset-y = -7;
# shadow-red = 0
# shadow-green = 0
# shadow-blue = 0
# shadow-color = "#000000"
shadow-exclude = [
"name = 'Notification'",
"class_g = 'Conky'",
"class_g ?= 'Notify-osd'",
"class_g = 'Cairo-clock'",
"_GTK_FRAME_EXTENTS@:c"
];
# clip-shadow-above = []
# shadow-exclude-reg = ""
# crop-shadow-to-monitor = false
#################################
# Fading #
#################################
fading = true;
fade-in-step = 0.15;
fade-out-step = 0.09;
# fade-delta = 10
# fade-exclude = []
# no-fading-openclose = false
# no-fading-destroyed-argb = false
#################################
# Transparency / Opacity #
#################################
inactive-opacity = 0.75;
frame-opacity = 1.0
inactive-opacity-override = false;
active-opacity = 1.0
# inactive-dim = 0.0
focus-exclude = [ "class_g = 'Cairo-clock'" ];
inactive-dim-fixed = 0.09
opacity-rule = []
#################################
# Corners #
#################################
corner-radius = 7
# Exclude conditions for rounded corners.
rounded-corners-exclude = [
"window_type = 'dock'",
"window_type = 'desktop'"
];
#################################
# Background-Blurring #
#################################
blur-background = true
blur-method = "dual_kawase"
blur-strength = 12
blur-kern = "3x3box";
# Exclude conditions for background blur.
# blur-background-exclude = []
blur-background-exclude = [
#"window_type = 'dock'",
#"window_type = 'desktop'",
#"_GTK_FRAME_EXTENTS@:c"
];
#################################
# General Settings #
#################################
vsync = true;
backend = "glx";