displaying progress before pagetitle.
This commit is contained in:
@@ -763,7 +763,7 @@ update(Client *c) {
|
|||||||
char *t;
|
char *t;
|
||||||
|
|
||||||
if(c->progress != 100)
|
if(c->progress != 100)
|
||||||
t = g_strdup_printf("%s [%i%%]", c->title, c->progress);
|
t = g_strdup_printf("[%i%%] %s", c->progress, c->title);
|
||||||
else if(c->linkhover)
|
else if(c->linkhover)
|
||||||
t = g_strdup(c->linkhover);
|
t = g_strdup(c->linkhover);
|
||||||
else
|
else
|
||||||
|
|||||||
Reference in New Issue
Block a user