From bb63935e63365d842fe530629387d1d2a4248042 Mon Sep 17 00:00:00 2001 From: Federico Angelilli Date: Wed, 20 Nov 2024 01:20:46 +0100 Subject: Refactor changes --- src/config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/config.h') 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; -- cgit v1.2.3