X-Git-Url: https://git.danieliu.xyz/?a=blobdiff_plain;f=surf.c;h=f5c9ebf1206a41f2581810c81073243bfe4b3672;hb=45014088088a8984785c612f1ccceb011a1435bf;hp=722d739e255d31e3536ad9711aa5c056fab053bc;hpb=742fc7fac15ab2b67090e98a661b2ffc8a0bd5b8;p=surf.git diff --git a/surf.c b/surf.c index 722d739..f5c9ebf 100644 --- a/surf.c +++ b/surf.c @@ -763,7 +763,7 @@ update(Client *c) { char *t; 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) t = g_strdup(c->linkhover); else