From 5b52739d9e1740f102cea7895cf8e7e51d925573 Mon Sep 17 00:00:00 2001 From: iamcheeseman <[hidden email]> Date: Sun, 1 Mar 2026 16:31:24 -0500 Subject: Allow changing default colors --- src/bardata.h | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'src/bardata.h') diff --git a/src/bardata.h b/src/bardata.h index 874f7c6..426f736 100644 --- a/src/bardata.h +++ b/src/bardata.h @@ -1,9 +1,14 @@ #ifndef BAR_H #define BAR_H -#include "pipe.h" + #include -typedef uint32_t color_t; +#include + +#include "pipe.h" + +typedef XftColor color_t; + typedef enum { SIDE_LEFT, SIDE_CENTER, -- cgit v1.3-2-g0d8e