From f84ab69cee1441a67170e8821d7abaa538f32194 Mon Sep 17 00:00:00 2001 From: Anas Elgarhy Date: Thu, 19 May 2022 10:36:58 +0200 Subject: [PATCH] =?UTF-8?q?Use=20the=20roman=20numbers=20for=20the=20tags?= =?UTF-8?q?=20=F0=9F=A7=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config.h b/config.h index a5e549d..7f98bb7 100644 --- a/config.h +++ b/config.h @@ -23,7 +23,7 @@ static const char col_gray1[] = "#222222"; static const char col_gray2[] = "#444444"; static const char col_gray3[] = "#bbbbbb"; static const char col_gray4[] = "#eeeeee"; -static const char col_cyan[] = "#005577"; +static const char col_cyan[] = "#015537"; static const char *colors[][3] = { /* fg bg border */ [SchemeNorm] = { col_gray3, col_gray1, col_gray2 }, @@ -41,7 +41,7 @@ static const char *const autostart[] = { }; /* tagging */ -static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" }; +static const char *tags[] = { "I", "II", "III", "IV", "V", "VI", "VII", "VIII", "IX" }; static const Rule rules[] = { /* xprop(1):