summaryrefslogtreecommitdiff
path: root/picom
diff options
context:
space:
mode:
authorShubham Saini <x@ghost.localdomain>2020-08-01 10:27:02 +0000
committerShubham Saini <x@ghost.localdomain>2020-08-01 10:27:02 +0000
commitaa1fbe12aec99cecd90f2e7ea21d8ab2110ac4ba (patch)
tree14d0552185d24907a166724c635d05857b90a35e /picom
parent21749df08dbd93b09c291ce66345b4636100a5da (diff)
added lemon
Diffstat (limited to 'picom')
-rw-r--r--picom/.config/picom.conf7
1 files changed, 6 insertions, 1 deletions
diff --git a/picom/.config/picom.conf b/picom/.config/picom.conf
index eb647e8..9b4579a 100644
--- a/picom/.config/picom.conf
+++ b/picom/.config/picom.conf
@@ -6,6 +6,7 @@ shadow-offset-y = -12;
6shadow-exclude = [ 6shadow-exclude = [
7 "name = 'Notification'", 7 "name = 'Notification'",
8 "class_g ?= 'Notify-osd'", 8 "class_g ?= 'Notify-osd'",
9 "class_g ?= 'dmenu'",
9 "name = 'polybar'", 10 "name = 'polybar'",
10 "name = 'Polybar tray window'", 11 "name = 'Polybar tray window'",
11 "class_g ?= 'dwm'", 12 "class_g ?= 'dwm'",
@@ -20,6 +21,7 @@ inactive-opacity-override = false;
20blur-background = true; 21blur-background = true;
21blur-strength = 3; 22blur-strength = 3;
22blur-kern = "3x3box"; 23blur-kern = "3x3box";
24# blur-method = "dual_kawase";
23blur-background-exclude = [ 25blur-background-exclude = [
24 "name = 'polybar'", 26 "name = 'polybar'",
25 "name = 'Polybar tray window'", 27 "name = 'Polybar tray window'",
@@ -69,4 +71,7 @@ detect-transient = true;
69detect-client-leader = true; 71detect-client-leader = true;
70invert-color-include = [ ]; 72invert-color-include = [ ];
71corner-radius = 5; 73corner-radius = 5;
72rounded-corners-exclude = [ "name = 'bar'" ] 74rounded-corners-exclude = [
75 "name = 'bar'",
76 "class_g ?= 'dmenu'",
77];