simplify statusbar
This commit is contained in:
parent
751c6069a0
commit
7827ccad69
8
config.h
8
config.h
@ -66,14 +66,14 @@ 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%% |", "wlp3s0" },
|
/* { 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 },
|
||||||
{ temp, " %s°C |", "/sys/class/thermal/thermal_zone2/temp" },
|
{ temp, " %s°C |", "/sys/class/thermal/thermal_zone2/temp" },
|
||||||
{ uptime, " %s |", NULL },
|
{ uptime, " %s |", NULL },
|
||||||
{ kernel_release, " %s |", NULL },
|
/* { kernel_release, " %s |", NULL }, */
|
||||||
{ ipv4, " %s |", "wlp3s0" },
|
{ ipv4, " %s |", "wlp3s0" },
|
||||||
{ datetime, " %s |", "%a %d %b" },
|
{ datetime, " %s |", "%Y-%m-%d" },
|
||||||
{ datetime, " %s ", "%I:%M:%S %p" },
|
{ datetime, " %s ", "%T" },
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user