Print progress in notification_print
This commit is contained in:
parent
a229363dbd
commit
b5fbfd0e65
@ -64,6 +64,7 @@ void notification_print(notification *n)
|
|||||||
printf("\tbg: %s\n", n->colors[ColBG]);
|
printf("\tbg: %s\n", n->colors[ColBG]);
|
||||||
printf("\tframe: %s\n", n->colors[ColFrame]);
|
printf("\tframe: %s\n", n->colors[ColFrame]);
|
||||||
printf("\tfullscreen: %s\n", enum_to_string_fullscreen(n->fullscreen));
|
printf("\tfullscreen: %s\n", enum_to_string_fullscreen(n->fullscreen));
|
||||||
|
printf("\tprogress: %d\n", n->progress);
|
||||||
printf("\tid: %d\n", n->id);
|
printf("\tid: %d\n", n->id);
|
||||||
if (n->urls) {
|
if (n->urls) {
|
||||||
char *urls = string_replace_all("\n", "\t\t\n", g_strdup(n->urls));
|
char *urls = string_replace_all("\n", "\t\t\n", g_strdup(n->urls));
|
||||||
|
Loading…
x
Reference in New Issue
Block a user