This commit is contained in:
Smirnov Olexandr 2020-12-05 23:27:37 +02:00
parent 0d2b7d6ba3
commit 7cf1432163
50 changed files with 1576 additions and 977 deletions

View file

@ -3,36 +3,32 @@ dropdown_menu = { shadow = false; };
popup_menu = { shadow = false; };
utility = { shadow = false; };
shadow = true;
shadow-radius = 11;
shadow-radius = 15;
shadow-offset-x = -7;
shadow-offset-y = -7;
shadow-exclude = [
"override_redirect",
"class_g = 'Firefox' && argb",
"name = 'Notification'",
"class_g = 'Polybar'"
];
############ Fading ###########
fading = true;
fading = false;
fade-in-step = 0.03;
fade-out-step = 0.03;
##### Transparency/Opacity ####
#inactive-opacity = 0.8;
inactive-opacity = 1;
frame-opacity = 0.7;
inactive-opacity-override = false;
#inactive-opacity-override = true;
focus-exclude = [];
#no-fading-openclose = true
opacity-exclude = [ "class_g = 'openbox'" ];
opacity-rule = [ "0:_NET_WM_STATE@:32a *= '_NET_WM_STATE_HIDDEN'" ];
no-fading-openclose = true
##### Background-Blurring #####
blur-kern = "3x3box";
blur-background-exclude = [
"window_type = 'desktop'"
];
blur-background-exclude = [];
####### General Settings ######