making my status bar look nicer again
This commit is contained in:
parent
b22f3d8ec8
commit
104df6a8d8
22
config.h
22
config.h
@ -65,15 +65,15 @@ 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 |", "%Y-%m-%d" },
|
{ datetime, " [ %s ]", "%Y-%m-%d %T" },
|
||||||
{ datetime, " %s ", "%T %p" },
|
/* { datetime, " [ %s ]", "%T %p" }, */
|
||||||
};
|
};
|
||||||
|
Loading…
Reference in New Issue
Block a user