From 4d81b896988d75de7340fc26be453fe9793ad429 Mon Sep 17 00:00:00 2001 From: Daryl Ronningen Date: Mon, 11 Jul 2022 21:36:49 -0700 Subject: [PATCH] exclude polybar from picom --- .config/picom/picom.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 #