Update network interface for gentoo-desktop

This commit is contained in:
Sheldon Lee 2025-01-19 13:47:11 +08:00
parent a1943c32cc
commit a78f254549

View File

@ -68,7 +68,7 @@ static const struct arg args[] = {
{ cpu_perc, " CPU: %s% | ", NULL }, { cpu_perc, " CPU: %s% | ", NULL },
{ ram_perc, "RAM: %s%, ", NULL }, { ram_perc, "RAM: %s%, ", NULL },
{ ram_used, "%s | ", NULL }, { ram_used, "%s | ", NULL },
{ netspeed_rx, "NET r:%s, ", "eno2" }, { netspeed_rx, "NET r:%s, ", "enp8s0" },
{ netspeed_tx, "t:%s | ", "eno2" }, { netspeed_tx, "t:%s | ", "enp8s0" },
{ datetime, "%s ", "%F %T" }, { datetime, "%s ", "%F %T" },
}; };