switching to jetbrains mono nerd
This commit is contained in:
parent
5895794337
commit
23103cffe1
8
config.h
8
config.h
|
|
@ -65,11 +65,11 @@ static const char unknown_str[] = "n/a";
|
||||||
*/
|
*/
|
||||||
static const struct arg args[] = {
|
static const struct arg args[] = {
|
||||||
/* function format argument */
|
/* function format argument */
|
||||||
{ run_command, " [ %s% ] ", "pamixer --get-volume | awk {'print $1'}" },
|
{ run_command, " [ %s% ] ", "pamixer --get-volume | awk {'print $1'}" },
|
||||||
// { netspeed_rx,"[ %sB/s ] ", "wlp7s0"},
|
// { netspeed_rx,"[ %sB/s ] ", "wlp7s0"},
|
||||||
// { netspeed_tx,"[ 祝 %sB/s ] ", "wlp7s0"},
|
// { netspeed_tx,"[ 祝 %sB/s ] ", "wlp7s0"},
|
||||||
{ cpu_perc, "[ %s% ] ", NULL},
|
{ cpu_perc, "[ %s% ] ", NULL},
|
||||||
{ ram_perc, "[ %s%, ", NULL},
|
{ ram_perc, "[ %s%, ", NULL},
|
||||||
{ ram_used, "%sB ] ", NULL },
|
{ ram_used, "%sB ] ", NULL },
|
||||||
{ datetime, "%s", "[ %a, %d %b, %Y ] [ %r ] "},
|
{ datetime, "%s", "[ %a, %d %b, %Y ] [ %r ] "},
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue