summaryrefslogtreecommitdiff
path: root/src/wlclock.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/wlclock.h')
-rw-r--r--src/wlclock.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/wlclock.h b/src/wlclock.h
index 684c4b3..78b5c41 100644
--- a/src/wlclock.h
+++ b/src/wlclock.h
@@ -8,6 +8,8 @@
#include"wlr-layer-shell-unstable-v1-protocol.h"
+#include"colour.h"
+
struct Wlclock
{
struct wl_display *display;
@@ -35,6 +37,10 @@ struct Wlclock
uint32_t radius_top_left, radius_top_right, radius_bottom_left, radius_bottom_right;
uint32_t anchor;
bool input;
+
+ struct Wlclock_colour background_colour;
+ struct Wlclock_colour border_colour;
+ struct Wlclock_colour clock_colour;
};
#endif