Same
This commit is contained in:
parent
758aacbec3
commit
9eeaf1142d
1 changed files with 14 additions and 10 deletions
|
@ -1,4 +1,7 @@
|
|||
[modules/network_defaults]
|
||||
[module/wired]
|
||||
type = internal/network
|
||||
interface = enp0s25
|
||||
interface-type = wired
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
|
@ -12,19 +15,20 @@ format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
|||
label-connected = %ifname% : %local_ip%
|
||||
label-disconnected = %ifname%: not connected
|
||||
|
||||
[module/wired]
|
||||
inherit = module/network_defaults
|
||||
type = internal/network
|
||||
interface = enp0s25
|
||||
interface-type = wired
|
||||
|
||||
[module/wireless]
|
||||
inherit = module/network_defaults
|
||||
type = internal/network
|
||||
interface = wlp3s0
|
||||
interface-type = wireless
|
||||
label-connected = %ifname%@%essid% : %local_ip%
|
||||
|
||||
format-connected = <label-connected>
|
||||
format-disconnected = <label-disconnected>
|
||||
|
||||
format-charging-prefix = "PWR "
|
||||
format-charging-prefix-foreground =${colors.foreground-alt}
|
||||
format-connected-prefix = NW
|
||||
format-disconnected-prefix = NW
|
||||
|
||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||
format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
||||
|
||||
label-connected = %ifname% : %local_ip%
|
||||
label-disconnected = %ifname%: not connected
|
||||
|
|
Loading…
Reference in a new issue