diff options
Diffstat (limited to 'src/config.h')
| -rw-r--r-- | src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/config.h b/src/config.h index 3ed689c..7212717 100644 --- a/src/config.h +++ b/src/config.h @@ -34,7 +34,7 @@ typedef struct { char *font; char *monitor; bool override_redirect; - color_t background; + gradient_t background; unsigned int width; unsigned int height; } config_t; |
