1
0
mirror of https://github.com/tiyn/dwm.git synced 2026-01-02 07:29:47 +01:00

new colors new symbols soon

This commit is contained in:
TiynGER
2020-05-30 18:10:23 +02:00
5 changed files with 207 additions and 40 deletions

2
dwm.c
View File

@@ -735,7 +735,7 @@ deck(Monitor *m) {
if(n > m->nmaster) {
mw = m->nmaster ? m->ww * m->mfact : 0;
snprintf(m->ltsymbol, sizeof m->ltsymbol, "%d", n - m->nmaster);
snprintf(m->ltsymbol, sizeof m->ltsymbol, "[%d]", n - m->nmaster);
}
else
mw = m->ww;