exclude polybar from picom
This commit is contained in:
parent
fbcacd76ac
commit
4d81b89698
1 changed files with 6 additions and 2 deletions
|
@ -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 #
|
||||
|
|
Reference in a new issue