commit: d56f3124f7ae9b77e51417310d7dd04d64a6bd44
parent: 19e06ec1141b9e2fa8fbda28f13db6e02bcc2d3d
author: Chris Noxz <chris@noxz.tech>
date: Tue, 26 Jul 2022 15:18:02 +0200
fix for color scheme
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/config.def.h b/config.def.h
@@ -1,8 +1,8 @@
/* format of the clock normally displayed */
-#define FORMAT_TIME "\x07%04u-%02u-%02u %02u:%02u:%02u \x08 \ue029\ue02a "
+#define FORMAT_TIME "\x08%04u-%02u-%02u %02u:%02u:%02u \x09 \ue029\ue02a "
/* format of notifications */
-#define FORMAT_NOTIFY "\x0a %s "
+#define FORMAT_NOTIFY "\x0b %s "
/* path of fifo */
#define FIFO_PATH "/tmp/ztatus.fifo"