aboutsummaryrefslogtreecommitdiff
path: root/src/bardata.h
diff options
context:
space:
mode:
authoriamcheeseman <[hidden email]>2026-03-01 16:31:24 -0500
committeriamcheeseman <[hidden email]>2026-03-01 16:31:24 -0500
commit5b52739d9e1740f102cea7895cf8e7e51d925573 (patch)
tree5daebe1dc58cb53fe5066d1e6fde119cc1aa7e16 /src/bardata.h
parent66625e33aa2a4b1eedb4e2a46d2092999d8d9da4 (diff)
Allow changing default colors
Diffstat (limited to 'src/bardata.h')
-rw-r--r--src/bardata.h9
1 files changed, 7 insertions, 2 deletions
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 <inttypes.h>
-typedef uint32_t color_t;
+#include <X11/Xft/Xft.h>
+
+#include "pipe.h"
+
+typedef XftColor color_t;
+
typedef enum {
SIDE_LEFT,
SIDE_CENTER,