From 8fe354202672493b9d37236adc971f94ff937cfd Mon Sep 17 00:00:00 2001 From: pika Date: Thu, 5 Sep 2024 10:07:31 +0200 Subject: [PATCH] changed the default network adapter --- config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config b/config index 49d76a4..5c330c3 100644 --- a/config +++ b/config @@ -165,7 +165,7 @@ CheckUpdateInterval: 300 # AudioMaxVolume: 120 # Audio can't get above 120% # The network adapter to use. You can query /sys/class/net for all possible values -NetworkAdapter: wlp0s20f3 +NetworkAdapter: enp7s0 # Disables the network widget when set to false NetworkWidget: true