mirror of
https://github.com/olexsmir/dotfiles.git
synced 2026-01-15 08:41:34 +02:00
🎨 Update config
This commit is contained in:
parent
394d56fa69
commit
07805d44aa
28 changed files with 845 additions and 415 deletions
|
|
@ -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";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue