icon space fixed in the bar

This commit is contained in:
krolyxon 2022-09-01 15:40:58 +05:30
parent d4b53d04f9
commit 963cbecb4b
3 changed files with 2 additions and 2 deletions

View File

@ -22,7 +22,7 @@ static char *colors[][3] = {
};
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "", "", "", "", "", "", "", " " };
static const Rule rules[] = {
/* xprop(1):

View File

@ -22,7 +22,7 @@ static char *colors[][3] = {
};
/* tagging */
//static const char *tags[] = { "1", "2", "3", "4", "5", "6", "7", "8", "9" };
static const char *tags[] = { "", "", "", "", "", "", "", "", "" };
static const char *tags[] = { "", "", "", "", "", "", "", "", " " };
static const Rule rules[] = {
/* xprop(1):

BIN
dwm

Binary file not shown.