(picom): add shadow options

This commit is contained in:
frosty 2024-07-16 04:41:16 -04:00
parent c31e14bf3b
commit 2a3a97869c

View file

@ -1,2 +1,13 @@
shadow = true;
shadow-radius = 8;
shadow-opacity = 0.15;
shadow-offset-x = -6;
shadow-offset-y = -6;
shadow-color = "#101010";
shadow-exclude = [
"class_g = 'Conky'",
"name = 'xmobar'"
];
backend = "glx";
vsync = true;