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:
parent
9e6e48037f
commit
0d2a5662f0
|
@ -20,8 +20,8 @@ rounded-corners-rule = [
|
||||||
"5:class_g = 'Deadd-notification-center'",
|
"5:class_g = 'Deadd-notification-center'",
|
||||||
|
|
||||||
];
|
];
|
||||||
corner-radius = 6;
|
corner-radius = 8;
|
||||||
round-borders = 6;
|
round-borders = 8;
|
||||||
round-borders-exclude = [
|
round-borders-exclude = [
|
||||||
"name = 'Notification area'"
|
"name = 'Notification area'"
|
||||||
];
|
];
|
||||||
|
@ -40,8 +40,8 @@ round-borders-rule = [
|
||||||
shadow = true;
|
shadow = true;
|
||||||
shadow-radius = 10;
|
shadow-radius = 10;
|
||||||
shadow-opacity = 0.75
|
shadow-opacity = 0.75
|
||||||
shadow-offset-x = -6;
|
shadow-offset-x = -8;
|
||||||
shadow-offset-y = -6;
|
shadow-offset-y = -8;
|
||||||
shadow-exclude = [
|
shadow-exclude = [
|
||||||
|
|
||||||
"name = 'Polybar'",
|
"name = 'Polybar'",
|
||||||
|
@ -66,34 +66,35 @@ inactive-opacity-override = false;
|
||||||
inactive-dim = 0
|
inactive-dim = 0
|
||||||
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
focus-exclude = [ "class_g = 'Cairo-clock'" ];
|
||||||
opacity-rule = [
|
opacity-rule = [
|
||||||
#"55:name *= 'cava'",
|
"55:name *= 'cava'",
|
||||||
#"55:class_g *= 'cava'",
|
"55:class_g *= 'cava'",
|
||||||
#"85:class_g *= 'Anki'",
|
"85:class_g *= 'Anki'",
|
||||||
"85:class_g *= 'Go-for-it'",
|
|
||||||
"95:class_g *= 'notion'",
|
"85:class_g *= 'Go-for-it'",
|
||||||
"95:class_g = 'Emacs'",
|
"95:class_g *= 'notion'",
|
||||||
"90:class_g *= 'Alacritty'",
|
"95:class_g = 'Emacs'",
|
||||||
"78:class_g *= 'Zathura'",
|
"90:class_g *= 'Alacritty'",
|
||||||
"80:class_g = 'dropdown'",
|
"78:class_g *= 'Zathura'",
|
||||||
"50:class_g = 'Firefox'",
|
"80:class_g = 'dropdown'",
|
||||||
"90:class_g *= 'emacs'",
|
"50:class_g = 'Firefox'",
|
||||||
"90:class_g = 'dmenu'",
|
"90:class_g *= 'emacs'",
|
||||||
"90:class_g = 'Evolution'",
|
"90:class_g = 'dmenu'",
|
||||||
"95:name *= 'alacritty'",
|
"90:class_g = 'Evolution'",
|
||||||
"90:name = 'emacs'",
|
"98:name *= 'alacritty'",
|
||||||
"95:class_g = 'Polybar'",
|
"90:name = 'emacs'",
|
||||||
"85:name *= 'scratchpad'",
|
"95:class_g = 'Polybar'",
|
||||||
"85:class_g= 'Dunst'",
|
"85:name *= 'scratchpad'",
|
||||||
"85:name *= 'Rust Programming Language'",
|
"85:class_g= 'Dunst'",
|
||||||
"85:class_g *= 'ticktick'"
|
"85:name *= 'Rust Programming Language'",
|
||||||
|
"85:class_g *= 'ticktick'"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
|
||||||
blur:
|
blur:
|
||||||
{
|
{
|
||||||
method = "kawase";
|
method = "kawase";
|
||||||
size = 50;
|
size = 90;
|
||||||
deviation = 2.0;
|
deviation = 7.0;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue