🎨 Update config

This commit is contained in:
Smirnov Olexandr 2020-11-11 22:48:06 +02:00
parent 394d56fa69
commit 07805d44aa
28 changed files with 845 additions and 415 deletions

View file

@ -6,7 +6,11 @@ shadow = true;
shadow-radius = 11;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-exclude = [];
shadow-exclude = [
"class_g = 'Firefox' && argb",
"name = 'Notification'",
"class_g = 'Polybar'"
];
############ Fading ###########
@ -22,7 +26,7 @@ frame-opacity = 0.7;
inactive-opacity-override = false;
#inactive-opacity-override = true;
focus-exclude = [];
#no-fading-openclose = true
##### Background-Blurring #####
blur-kern = "3x3box";