From a78f25454938b8b2cda21170289c29b28d0f6370 Mon Sep 17 00:00:00 2001 From: Sheldon Lee Date: Sun, 19 Jan 2025 13:47:11 +0800 Subject: [PATCH] Update network interface for gentoo-desktop --- config.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" }, };