use new XDG profile
this might be subject to change, due to exessive problems still needing fixes
This commit is contained in:
31
etc/polybar/modules/network.ini
Normal file
31
etc/polybar/modules/network.ini
Normal file
@@ -0,0 +1,31 @@
|
||||
[network]
|
||||
type = internal/network
|
||||
interval = 5
|
||||
|
||||
[module/wifi]
|
||||
inherit = network
|
||||
interface = wlp0s20f3
|
||||
interface-type = wireless
|
||||
|
||||
format-connected = <ramp-signal>
|
||||
ramp-signal-0 =
|
||||
ramp-signal-1 =
|
||||
ramp-signal-2 =
|
||||
ramp-signal-3 =
|
||||
ramp-signal-4 =
|
||||
|
||||
format-disconnected =
|
||||
|
||||
[ethernet]
|
||||
inherit = network
|
||||
interface-type = wired
|
||||
format-connected =
|
||||
format-disconnected =
|
||||
|
||||
[module/enpnative]
|
||||
inherit = ethernet
|
||||
interface = enp2s0
|
||||
|
||||
[module/enpusbc]
|
||||
inherit = ethernet
|
||||
interface = enp0s20f0u3u1
|
||||
Reference in New Issue
Block a user