From 52a85089a101840784b19ecc4999c78d48a61564 Mon Sep 17 00:00:00 2001 From: ItsDrike Date: Wed, 3 Aug 2022 12:23:26 +0200 Subject: [PATCH] Exclude polybar from rounded corners in picom --- home/.config/picom.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/home/.config/picom.conf b/home/.config/picom.conf index 4e2c19f..69013a7 100644 --- a/home/.config/picom.conf +++ b/home/.config/picom.conf @@ -274,6 +274,7 @@ corner-radius = 12; rounded-corners-exclude = [ "class_g = 'Rofi'", "class_g = 'dmenu'", + "class_g = 'Polybar'", "name = 'Notification area'", "name = 'Dunst'" ]