Skip to content

Commit 0b28171

Browse files
committed
Adds glyphs from awesome-terminal-fonts
1 parent d749c0b commit 0b28171

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

config.h

+5-5
Original file line numberDiff line numberDiff line change
@@ -61,9 +61,9 @@ static const char unknown_str[] = "n/a";
6161
*/
6262
static const struct arg args[] = {
6363
/* 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" }
64+
{ run_command, "%s", "ponymix get-volume" },
65+
{ ram_perc, " %2s", NULL },
66+
{ cpu_perc, " %2s", NULL },
67+
{ disk_free, " %s", "/" },
68+
{ datetime, " %s", "%F %r" }
6969
};

0 commit comments

Comments
 (0)