aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorFederico Angelilli <code@fedang.net>2024-11-20 01:20:46 +0100
committerFederico Angelilli <code@fedang.net>2024-11-20 01:20:46 +0100
commitbb63935e63365d842fe530629387d1d2a4248042 (patch)
tree61c3ba787bd8dfdcf5a38ba17dfcc856b2605ae2 /src/config.h
parent30f91d7c8769a68e4bf11ed4ff0177bcf1bc9f03 (diff)
Refactor changes
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h2
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;