fix: polybar ethernet connections
This commit is contained in:
@@ -19,7 +19,7 @@ separator = |
|
||||
padding-left = 0
|
||||
modules-left = workspaces window
|
||||
modules-center = date time
|
||||
modules-right = systray enpnative enpusbc wifi volume battery
|
||||
modules-right = systray enp-native enp-usbc2 enp-usbc1 wifi volume battery
|
||||
padding-right = 1
|
||||
|
||||
[settings]
|
||||
|
||||
@@ -22,14 +22,14 @@ interface-type = wired
|
||||
format-connected =
|
||||
format-disconnected =
|
||||
|
||||
[module/enpnative]
|
||||
[module/enp-native]
|
||||
inherit = ethernet
|
||||
interface = enp2s0
|
||||
|
||||
[module/enpusbc1]
|
||||
[module/enp-usbc1]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3u1
|
||||
|
||||
[module/enpusbc2]
|
||||
[module/enp-usbc2]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3
|
||||
|
||||
Reference in New Issue
Block a user