picom: do not round corners for polybar

This commit is contained in:
Vincent Bernat 2024-09-20 20:26:06 +02:00
parent b499011d55
commit 20e9c40ae4

View file

@ -69,3 +69,6 @@ shadow-exclude = [
fade-exclude = [ ];
corner-radius = @CORNER_RADIUS@
rounded-corners-exclude = [
"class_i = 'polybar'"
]