Remove host-specific segments

This commit is contained in:
Alex D. 2021-03-23 15:55:16 +00:00
parent cc26b1fa2e
commit eeed94d5d5
Signed by: caskd
GPG Key ID: F92BA85F61F4C173
1 changed files with 1 additions and 4 deletions

View File

@ -67,12 +67,9 @@ static const struct arg args[] = {
{ keymap, " %s ", NULL },
// { battery_perc, " %s% ", "CMB1" },
{ load_avg, " %s @", NULL },
{ cpu_freq, " %sHz -", NULL },
{ temp, " %s°C ", "/sys/devices/pci0000:00/0000:00:18.3/hwmon/hwmon1/temp1_input"},
{ cpu_freq, " %sHz ", NULL },
{ ram_used, " %sB /", NULL },
{ ram_free, " %sB ", NULL },
{ netspeed_rx, " %7.7sB/s", "wg0" },
{ netspeed_tx, " %7.7sB/s ", "wg0" },
{ uptime, " %s ", NULL },
{ datetime, " %s ", "%a %d/%m %T" },
};