From 1089b5649af58419ff5b2394ed8d040538c77233 Mon Sep 17 00:00:00 2001 From: eug-vs Date: Sat, 27 Mar 2021 21:43:48 +0300 Subject: feat: add icons to tags --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.def.h') diff --git a/config.def.h b/config.def.h index feac716..ffec8e3 100644 --- a/config.def.h +++ b/config.def.h @@ -30,7 +30,7 @@ static const char *colors[][3] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "1: ", "2: ", "3: ", "4: ", "5", "6", "7", "8", "9" }; static const Rule rules[] = { /* xprop(1): -- cgit v1.2.3