Update colorscheme
This commit is contained in:
@@ -1,19 +1,22 @@
|
||||
# Opacity
|
||||
opacity-rule = [
|
||||
"90:class_g *?= 'XTerm'",
|
||||
"90:class_g *?= 'jetbrains-idea'",
|
||||
"90:class_g *?= 'code-oss'",
|
||||
"96:class_g *?= 'jetbrains-idea'",
|
||||
"96:class_g *?= 'code-oss'",
|
||||
];
|
||||
|
||||
#inactive-opacity = 0.95;
|
||||
opacity-exclude = [
|
||||
"class_g *?= 'firefox'",
|
||||
]
|
||||
|
||||
backend = "glx";
|
||||
blur: {
|
||||
method: "dual_kawase";
|
||||
strength = 5;
|
||||
strength = 4;
|
||||
background = false;
|
||||
}
|
||||
|
||||
#inactive-dim = 0.10;
|
||||
#inactive-opacity = 0.9;
|
||||
|
||||
shadow = true;
|
||||
shadow-radius = 12;
|
||||
shadow-opacity = 0.4;
|
||||
@@ -25,17 +28,3 @@ shadow-blue = 0
|
||||
shadow-exclude = [
|
||||
"class_g *?= 'dmenu'",
|
||||
]
|
||||
|
||||
# Fading
|
||||
#fading = true;
|
||||
#fade-in-step = 0.10;
|
||||
#fade-out-step = 0.10;
|
||||
#fade-exclude = [ ];
|
||||
|
||||
#detect-rounded-corners = true;
|
||||
#corner-radius = 0.0;
|
||||
#rounded-corners-exclude= [
|
||||
# "class_g = 'i3-frame'",
|
||||
# "class_g = 'dmenu'"
|
||||
#];
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user