diff --git a/.config/picom/picom.conf b/.config/picom/picom.conf index 50233af..ed0231f 100644 --- a/.config/picom/picom.conf +++ b/.config/picom/picom.conf @@ -16,9 +16,13 @@ size-transition = true ################################# # requires: https://github.com/sdhand/compton or https://github.com/jonaburg/picom corner-radius = 10.0; -rounded-corners-exclude = []; +rounded-corners-exclude = [ + "class_g = 'Polybar'" +]; round-borders = 1; -round-borders-exclude = []; +round-borders-exclude = [ + "class_g = 'Polybar'" +]; ################################# # Shadows #