diff --git a/config.h b/config.h index b537d9c..a4e42b0 100644 --- a/config.h +++ b/config.h @@ -68,7 +68,7 @@ static const struct arg args[] = { { cpu_perc, " CPU: %s% | ", NULL }, { ram_perc, "RAM: %s%, ", NULL }, { ram_used, "%s | ", NULL }, - { netspeed_rx, "NET r:%s, ", "eno2" }, - { netspeed_tx, "t:%s | ", "eno2" }, + { netspeed_rx, "NET r:%s, ", "enp8s0" }, + { netspeed_tx, "t:%s | ", "enp8s0" }, { datetime, "%s ", "%F %T" }, };