ONEDAAAAAAAARK

This commit is contained in:
Marco Thomas
2021-01-01 15:15:48 +01:00
parent 200493dfc9
commit 6a0411d291
4 changed files with 39 additions and 40 deletions

View File

@@ -1,6 +1,6 @@
# Opacity
opacity-rule = [
"90:class_g *?= 'XTerm'",
"96:class_g *?= 'XTerm'",
"96:class_g *?= 'jetbrains-idea'",
"96:class_g *?= 'code-oss'",
];
@@ -10,12 +10,12 @@ opacity-exclude = [
"class_g *?= 'firefox'",
]
backend = "glx";
blur: {
method: "dual_kawase";
strength = 4;
background = false;
}
#backend = "glx";
#blur: {
# method: "dual_kawase";
# strength = 4;
# background = false;
#}
shadow = true;
shadow-radius = 12;
@@ -27,4 +27,5 @@ shadow-green = 0
shadow-blue = 0
shadow-exclude = [
"class_g *?= 'dmenu'",
"class_g *?= 'polybar'",
]