config: rename shadow-hex to shadow-color

It's not directly clear from the name "shadow-hex" that it's related to
color.

Signed-off-by: Yuxuan Shui <yshuiv7@gmail.com>
This commit is contained in:
Yuxuan Shui
2020-08-18 02:28:01 +01:00
parent f99be829d1
commit 3ae21aa9a3
5 changed files with 8 additions and 8 deletions

View File

@@ -45,7 +45,7 @@ shadow-offset-y = -7;
# shadow-blue = 0
# Hex string color value of shadow (#000000 - #FFFFFF, defaults to #000000). This option will override options set shadow-(red/green/blue)
# shadow-hex = "#000000"
# shadow-color = "#000000"
# Do not paint shadows on shaped windows. Note shaped windows
# here means windows setting its shape through X Shape extension.