From 8dea8ab696d20200f17f5583612b475761cddddf Mon Sep 17 00:00:00 2001 From: Quinn Date: Thu, 18 Sep 2025 14:17:47 +0200 Subject: [PATCH] rewrite polybar networks once again --- etc/polybar/bars/top.ini | 2 +- etc/polybar/modules/network.ini | 10 +++++++--- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/etc/polybar/bars/top.ini b/etc/polybar/bars/top.ini index 298345e..a2bb61e 100644 --- a/etc/polybar/bars/top.ini +++ b/etc/polybar/bars/top.ini @@ -19,7 +19,7 @@ separator = | padding-left = 0 modules-left = workspaces window modules-center = date time -modules-right = systray enp-native enp-usbc2 enp-usbc1 wifi volume battery +modules-right = systray enp2s0 enp0s20f0u3u1 enp0s20f0u3 enp0s20f0u2 wifi volume battery padding-right = 1 [settings] diff --git a/etc/polybar/modules/network.ini b/etc/polybar/modules/network.ini index ae9b40c..75af079 100644 --- a/etc/polybar/modules/network.ini +++ b/etc/polybar/modules/network.ini @@ -22,14 +22,18 @@ interface-type = wired format-connected = 󰈀 format-disconnected = -[module/enp-native] +[module/enp2s0] inherit = ethernet interface = enp2s0 -[module/enp-usbc1] +[module/enp0s20f0u3u1] inherit = ethernet interface = enp0s20f0u3u1 -[module/enp-usbc2] +[module/enp0s20f0u3] inherit = ethernet interface = enp0s20f0u3 + +[module/enp0s20f0u2] +inherit = ethernet +interface = enp0s20f0u2