Remove freq

This commit is contained in:
Alex D. 2021-09-10 15:52:22 +00:00
parent eeed94d5d5
commit 70c130a96c
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 2 deletions

View File

@ -66,8 +66,7 @@ static const struct arg args[] = {
{ kernel_release, " %s ", NULL },
{ keymap, " %s ", NULL },
// { battery_perc, " %s% ", "CMB1" },
{ load_avg, " %s @", NULL },
{ cpu_freq, " %sHz ", NULL },
{ load_avg, " %s ", NULL },
{ ram_used, " %sB /", NULL },
{ ram_free, " %sB ", NULL },
{ uptime, " %s ", NULL },