민트색으로 변경

This commit is contained in:
2020-08-16 23:53:38 +09:00
parent ea79306772
commit 4bc0472368
18 changed files with 258 additions and 66 deletions

View File

@@ -2,7 +2,7 @@
# Corners #
#################################
# requires: https://github.com/sdhand/compton
corner-radius = 10.0;
corner-radius = 0;
rounded-corners-exclude = [
#"window_type = 'normal'",
#"class_g = 'Rofi'",
@@ -24,13 +24,13 @@ round-borders-exclude = [
#################################
# Enabled client-side shadows on windows.
shadow = false;
shadow = true;
# The blur radius for shadows. (default 12)
shadow-radius = 18;
shadow-radius = 10;
# The left offset for shadows. (default -15)
shadow-offset-x = -15;
shadow-offset-x = -10;
# The top offset for shadows. (default -15)
shadow-offset-y = -15;
shadow-offset-y = -10;
# The translucency for shadows. (default .75)
shadow-opacity = 0.25;
@@ -41,7 +41,8 @@ shadow-exclude = [
"class_g = 'Cairo-clock'",
"class_g = 'slop'",
"class_g = 'Polybar'",
"_GTK_FRAME_EXTENTS@:c"
"_GTK_FRAME_EXTENTS@:c",
"_PICOM_ROUNDED@:32c = 0"
];
# Avoid drawing shadow on all shaped windows (see also: --detect-rounded-corners)