mirror of
https://github.com/sahinakkaya/dotfiles.git
synced 2024-12-23 07:39:36 +01:00
Change compositor related settings
This commit is contained in:
parent
4c9b06585a
commit
bb23229f68
@ -16,7 +16,7 @@ blur-background-frame = true;
|
||||
blur-background-fixed = true;
|
||||
blur-kern = "3x3box";
|
||||
blur-method = "dual_kawase";
|
||||
blur-strength = 16;
|
||||
blur-strength = 2;
|
||||
blur-background-exclude = [
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'XAVA'",
|
||||
@ -28,14 +28,17 @@ blur-background-exclude = [
|
||||
shadow = true;
|
||||
shadow-radius = 12;
|
||||
shadow-opacity = 0.25;
|
||||
shadow-offset-x = -7;
|
||||
shadow-offset-y = -7;
|
||||
shadow-offset-x = -9;
|
||||
shadow-offset-y = -9;
|
||||
shadow-exclude = [
|
||||
"class_g = 'XAVA'"
|
||||
];
|
||||
|
||||
|
||||
fading = true;
|
||||
fade-in-step = 0.16;
|
||||
fade-out-step = 0.16;
|
||||
fade-in-step = 0.056;
|
||||
fade-out-step = 0.06;
|
||||
fade-exclude = [ ];
|
||||
|
||||
# Do not fade on window open/close.
|
||||
no-fading-openclose = true
|
||||
|
@ -63,7 +63,7 @@
|
||||
override-redirect = true
|
||||
wm-restack = i3
|
||||
|
||||
background = #1E222A
|
||||
background = #dd1E222A
|
||||
foreground = ${colors.foreground}
|
||||
|
||||
padding-left = 1
|
||||
|
Loading…
Reference in New Issue
Block a user