Update
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# Corners #
|
||||
#################################
|
||||
# requires: https://github.com/sdhand/compton
|
||||
corner-radius = 0;
|
||||
corner-radius = 18;
|
||||
rounded-corners-exclude = [
|
||||
#"window_type = 'normal'",
|
||||
#"class_g = 'Rofi'",
|
||||
@@ -13,6 +13,7 @@ rounded-corners-exclude = [
|
||||
#"class_g = 'TelegramDesktop'",
|
||||
#"class_g = 'firefox'",
|
||||
#"class_g = 'Thunderbird'"
|
||||
#"_PICOM_ROUNDED@:32c = 0"
|
||||
];
|
||||
round-borders = 1;
|
||||
round-borders-exclude = [
|
||||
@@ -24,13 +25,13 @@ round-borders-exclude = [
|
||||
#################################
|
||||
|
||||
# Enabled client-side shadows on windows.
|
||||
shadow = true;
|
||||
shadow = false;
|
||||
# The blur radius for shadows. (default 12)
|
||||
shadow-radius = 10;
|
||||
shadow-radius = 20;
|
||||
# The left offset for shadows. (default -15)
|
||||
shadow-offset-x = -10;
|
||||
shadow-offset-x = -18;
|
||||
# The top offset for shadows. (default -15)
|
||||
shadow-offset-y = -10;
|
||||
shadow-offset-y = -18;
|
||||
# The translucency for shadows. (default .75)
|
||||
shadow-opacity = 0.25;
|
||||
|
||||
@@ -44,7 +45,7 @@ shadow-exclude = [
|
||||
"class_g = 'conky'",
|
||||
"class_g = 'GLava'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
# "_PICOM_ROUNDED@:32c = 0"
|
||||
# "_PICOM_ROUNDED@:32c = 0"
|
||||
];
|
||||
|
||||
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)
|
||||
@@ -105,7 +106,7 @@ frame-opacity = 1;
|
||||
inactive-opacity-override = false;
|
||||
|
||||
# Default opacity for active windows. (0.0 - 1.0, defaults to 1.0)
|
||||
active-opacity = 0.95;
|
||||
active-opacity = 1;
|
||||
|
||||
# Dim inactive windows. (0.0 - 1.0, defaults to 0.0)
|
||||
# inactive-dim = 0.0
|
||||
@@ -196,6 +197,7 @@ blur-background-exclude = [
|
||||
"class_g = 'slop'",
|
||||
"class_g = 'conky'",
|
||||
"class_g = 'GLava'",
|
||||
"class_g = 'Polybar'",
|
||||
"_GTK_FRAME_EXTENTS@:c",
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user