We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d749c0b commit 0b28171Copy full SHA for 0b28171
config.h
@@ -61,9 +61,9 @@ static const char unknown_str[] = "n/a";
61
*/
62
static const struct arg args[] = {
63
/* function format argument */
64
- { run_command, "♬:%3s", "ponymix get-volume" },
65
- { ram_perc, " | m:%3s", NULL },
66
- { cpu_perc, " | c:%3s", NULL },
67
- { disk_free, " | d:%2.2s Gb", "/" },
68
- { datetime, " | %s", "%F %r" }
+ { run_command, "%s", "ponymix get-volume" },
+ { ram_perc, " %2s", NULL },
+ { cpu_perc, " %2s", NULL },
+ { disk_free, " %s", "/" },
+ { datetime, " %s", "%F %r" }
69
};
0 commit comments