Use the roman numbers for the tags 🧜

This commit is contained in:
Anas Elgarhy 2022-05-19 10:36:58 +02:00
parent 04e710e8ae
commit f84ab69cee
1 changed files with 2 additions and 2 deletions

View File

@ -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):