From 11e757cdeb8d982a7d721d30f9936806428c144b Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Sat, 13 Aug 2022 13:38:17 +0200 Subject: [PATCH] Exclude polybar and lemonbar from rounded corners --- home/.config/picom.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home/.config/picom.conf b/home/.config/picom.conf index 69013a7..e210811 100644 --- a/home/.config/picom.conf +++ b/home/.config/picom.conf @@ -272,6 +272,8 @@ fade-exclude = [ # round the corners of windows. corner-radius = 12; rounded-corners-exclude = [ + "class_g = 'Polybar'", + "class_g = 'Bar'", "class_g = 'Rofi'", "class_g = 'dmenu'", "class_g = 'Polybar'",