fix wifi
This commit is contained in:
parent
376a0284a9
commit
bd098fbe58
2
config.h
2
config.h
@ -66,7 +66,7 @@ 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 ]", "sb-volume" },
|
{ run_command, " [ %s ]", "sb-volume" },
|
||||||
{ wifi_perc, " [ %s%% ]", "wlan0" },
|
{ wifi_perc, " [ %s%% ]", "wlp3s0" },
|
||||||
{ disk_perc, " [ %s%% ]", "/" },
|
{ disk_perc, " [ %s%% ]", "/" },
|
||||||
{ ram_perc, " [ %s%% ]", NULL },
|
{ ram_perc, " [ %s%% ]", NULL },
|
||||||
{ cpu_perc, " [ %s%% ]", NULL },
|
{ cpu_perc, " [ %s%% ]", NULL },
|
||||||
|
Loading…
Reference in New Issue
Block a user