diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index da21c36..5102f34 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -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;