summaryrefslogtreecommitdiff
path: root/picom/.config/picom.conf
diff options
context:
space:
mode:
authorShubham Saini <shubham6405@gmail.com>2020-06-01 10:22:42 +0000
committerShubham Saini <shubham6405@gmail.com>2020-06-01 10:22:42 +0000
commitec689ee70e49c6026b7f2cb20731f06d5d7a568f (patch)
tree6a40a1e81d3ed6289e78aeca2c4c998baa94d2a7 /picom/.config/picom.conf
parentd12d9fc8d6eff348706787e61494d63a67eb917e (diff)
nicer shadows
Diffstat (limited to 'picom/.config/picom.conf')
-rw-r--r--picom/.config/picom.conf21
1 files changed, 7 insertions, 14 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
index 858d87e..a155b63 100644
--- a/picom/.config/picom.conf
+++ b/picom/.config/picom.conf
@@ -1,20 +1,15 @@
1## SHADOWS 1## SHADOWS
2shadow = true; 2shadow = true;
3shadow-radius = 0.5; 3shadow-radius = 25;
4shadow-offset-x = 3; 4shadow-offset-x = -20;
5shadow-offset-y = 3; 5shadow-offset-y = -15;
6shadow-opacity = 0.65;
7log-level = "warn";
8shadow-exclude = [ 6shadow-exclude = [
9 "name = 'Notification'", 7 "name = 'Notification'",
10 "class_g = 'conky'",
11 "class_g ?= 'Notify-osd'", 8 "class_g ?= 'Notify-osd'",
12 "class_g = 'Cairo-clock'",
13 "class_g ?= 'slop'",
14 "name = 'polybar'", 9 "name = 'polybar'",
15 "name = 'Polybar tray window'", 10 "name = 'Polybar tray window'",
16 "class_g ?= 'dmenu'",
17 "class_g ?= 'dwm'", 11 "class_g ?= 'dwm'",
12 "_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'",
18 "class_g = 'Firefox' && argb", 13 "class_g = 'Firefox' && argb",
19 "_GTK_FRAME_EXTENTS@:c" 14 "_GTK_FRAME_EXTENTS@:c"
20]; 15];
@@ -26,10 +21,8 @@ blur-background = true;
26blur-strength = 3; 21blur-strength = 3;
27blur-kern = "3x3box"; 22blur-kern = "3x3box";
28blur-background-exclude = [ 23blur-background-exclude = [
29 "class_g ?= 'slop'",
30 "name = 'polybar'", 24 "name = 'polybar'",
31 "name = 'Polybar tray window'", 25 "name = 'Polybar tray window'",
32 "class_g = 'conky'",
33 "class_g ?= 'Rofi'", 26 "class_g ?= 'Rofi'",
34 "class_g ?= 'zoom'", 27 "class_g ?= 'zoom'",
35 "window_type = 'dock'", 28 "window_type = 'dock'",
@@ -37,8 +30,8 @@ blur-background-exclude = [
37]; 30];
38opacity-rule = [ 31opacity-rule = [
39 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'", 32 "40:class_g = 'Bspwm' && class_i = 'presel_feedback'",
40 "100:class_g = 'Alacritty' && focused", 33 "100:class_g = 'st-256color' && focused",
41 "95:class_g = 'Alacritty' && !focused" 34 "95:class_g = 'st-256color' && !focused"
42]; 35];
43 36
44## FADING 37## FADING