1
0
Fork 0
mirror of https://github.com/Horhik/dotfiles.git synced 2025-01-08 00:31:04 +00:00

maybe... transparency sucks

This commit is contained in:
Horhik 2021-03-22 20:05:02 +03:00
parent 9e6e48037f
commit 0d2a5662f0

View file

@ -20,8 +20,8 @@ rounded-corners-rule = [
"5:class_g = 'Deadd-notification-center'",
];
corner-radius = 6;
round-borders = 6;
corner-radius = 8;
round-borders = 8;
round-borders-exclude = [
"name = 'Notification area'"
];
@ -40,8 +40,8 @@ round-borders-rule = [
shadow = true;
shadow-radius = 10;
shadow-opacity = 0.75
shadow-offset-x = -6;
shadow-offset-y = -6;
shadow-offset-x = -8;
shadow-offset-y = -8;
shadow-exclude = [
"name = 'Polybar'",
@ -66,9 +66,10 @@ inactive-opacity-override = false;
inactive-dim = 0
focus-exclude = [ "class_g = 'Cairo-clock'" ];
opacity-rule = [
#"55:name *= 'cava'",
#"55:class_g *= 'cava'",
#"85:class_g *= 'Anki'",
"55:name *= 'cava'",
"55:class_g *= 'cava'",
"85:class_g *= 'Anki'",
"85:class_g *= 'Go-for-it'",
"95:class_g *= 'notion'",
"95:class_g = 'Emacs'",
@ -79,7 +80,7 @@ opacity-rule = [
"90:class_g *= 'emacs'",
"90:class_g = 'dmenu'",
"90:class_g = 'Evolution'",
"95:name *= 'alacritty'",
"98:name *= 'alacritty'",
"90:name = 'emacs'",
"95:class_g = 'Polybar'",
"85:name *= 'scratchpad'",
@ -92,8 +93,8 @@ opacity-rule = [
blur:
{
method = "kawase";
size = 50;
deviation = 2.0;
size = 90;
deviation = 7.0;
};