From d4488620fa6930f9b04719f89af5226ab4652c44 Mon Sep 17 00:00:00 2001
From: Pavel Kirilin <win10@list.ru>
Date: Mon, 3 Aug 2020 13:23:32 +0400
Subject: [PATCH] Updated icons.

Signed-off-by: Pavel Kirilin <win10@list.ru>
---
 dwm/config.def.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dwm/config.def.h b/dwm/config.def.h
index 114653b..14ced53 100644
--- a/dwm/config.def.h
+++ b/dwm/config.def.h
@@ -19,7 +19,7 @@ static const char *colors[][3]      = {
 };
 
 /* tagging */
-static const char *tags[] = { "", "", "", "", "5", "6", "7", "8", "" };
+static const char *tags[] = { "", "", "", "", "5", "6", "7", "", "" };
 
 static const Rule rules[] = {
 	/* xprop(1):
-- 
GitLab