summaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorChris Sobczak <chris@sobczak.family>2026-06-30 15:26:09 -0700
committerChris Sobczak <chris@sobczak.family>2026-06-30 15:26:09 -0700
commite83da32cb2733382b2a33a26e06faddb77ccf0bd (patch)
tree91c9c1af2c73de63ca0f66a6f92add64eaa543d0 /config.def.h
parent7d1d709c415aef67257a197f98047ef2b84a02e8 (diff)
Set tag symbols
'
Diffstat (limited to 'config.def.h')
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index d44b2a0..6dd5358 100644
--- a/config.def.h
+++ b/config.def.h
@@ -31,7 +31,7 @@ static uint32_t colors[][3] = {
};
/* tagging */
-static char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
+static char *tags[] = { "🌎", "🍁", "🍂", "⛵", "𝄇" };
#define TAGCOUNT (sizeof(tags) / sizeof(tags[0]))