Archived
0
0
Fork 0

exclude polybar from picom

This commit is contained in:
Daryl Ronningen 2022-07-11 21:36:49 -07:00
parent fbcacd76ac
commit 4d81b89698
Signed by: Daryl Ronningen
GPG key ID: FD23F0C934A5EC6B

View file

@ -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 #