mirror of
https://github.com/Horhik/dotfiles.git
synced 2025-01-07 00:04:14 +00:00
maybe... transparency sucks
This commit is contained in:
parent
9e6e48037f
commit
0d2a5662f0
|
@ -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,34 +66,35 @@ 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'",
|
||||
"85:class_g *= 'Go-for-it'",
|
||||
"95:class_g *= 'notion'",
|
||||
"95:class_g = 'Emacs'",
|
||||
"90:class_g *= 'Alacritty'",
|
||||
"78:class_g *= 'Zathura'",
|
||||
"80:class_g = 'dropdown'",
|
||||
"50:class_g = 'Firefox'",
|
||||
"90:class_g *= 'emacs'",
|
||||
"90:class_g = 'dmenu'",
|
||||
"90:class_g = 'Evolution'",
|
||||
"95:name *= 'alacritty'",
|
||||
"90:name = 'emacs'",
|
||||
"95:class_g = 'Polybar'",
|
||||
"85:name *= 'scratchpad'",
|
||||
"85:class_g= 'Dunst'",
|
||||
"85:name *= 'Rust Programming Language'",
|
||||
"85:class_g *= 'ticktick'"
|
||||
"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'",
|
||||
"90:class_g *= 'Alacritty'",
|
||||
"78:class_g *= 'Zathura'",
|
||||
"80:class_g = 'dropdown'",
|
||||
"50:class_g = 'Firefox'",
|
||||
"90:class_g *= 'emacs'",
|
||||
"90:class_g = 'dmenu'",
|
||||
"90:class_g = 'Evolution'",
|
||||
"98:name *= 'alacritty'",
|
||||
"90:name = 'emacs'",
|
||||
"95:class_g = 'Polybar'",
|
||||
"85:name *= 'scratchpad'",
|
||||
"85:class_g= 'Dunst'",
|
||||
"85:name *= 'Rust Programming Language'",
|
||||
"85:class_g *= 'ticktick'"
|
||||
]
|
||||
|
||||
|
||||
blur:
|
||||
{
|
||||
method = "kawase";
|
||||
size = 50;
|
||||
deviation = 2.0;
|
||||
size = 90;
|
||||
deviation = 7.0;
|
||||
};
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue