diff options
| author | krolyxon <krolyxon@tutanota.com> | 2022-09-01 15:40:58 +0530 |
|---|---|---|
| committer | krolyxon <krolyxon@tutanota.com> | 2022-09-01 15:40:58 +0530 |
| commit | 963cbecb4bb62a0c1bbc25771252b86fb5373dc5 (patch) | |
| tree | 025ac56251f53ca5bcb7dd3032a32c0bac485381 | |
| parent | d4b53d04f93f8afc5e5b67de8f41ab84ac897aed (diff) | |
icon space fixed in the bar
| -rw-r--r-- | config.def.h | 2 | ||||
| -rw-r--r-- | config.h | 2 | ||||
| -rwxr-xr-x | dwm | bin | 79400 -> 79408 bytes |
3 files changed, 2 insertions, 2 deletions
diff --git a/config.def.h b/config.def.h index da1f570..8c4e309 100644 --- a/config.def.h +++ b/config.def.h @@ -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): @@ -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): Binary files differ |
