label
This commit is contained in:
parent
b0fd188196
commit
cef22e5174
1 changed files with 4 additions and 4 deletions
|
@ -12,20 +12,20 @@ format-disconnected-prefix = "NW "
|
||||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
||||||
label-connected = %ifname% : %local_ip%
|
label-connected = %ifname% @ %local_ip%
|
||||||
label-disconnected = %ifname%: not connected
|
label-disconnected = %ifname%: not connected
|
||||||
|
|
||||||
[module/wireless]
|
[module/wireless]
|
||||||
type = internal/network
|
type = internal/network
|
||||||
interface = wlp3s0
|
interface = wlp3s0
|
||||||
interface-type = wireless
|
interface-type = wireless
|
||||||
label-connected = %ifname%@%essid% : %local_ip%
|
label-connected = %ifname% @% essid% @ %local_ip%
|
||||||
|
|
||||||
format-connected = <label-connected>
|
format-connected = <label-connected>
|
||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
|
|
||||||
format-connected-prefix = NW
|
format-connected-prefix = "NW "
|
||||||
format-disconnected-prefix = NW
|
format-disconnected-prefix = "NW "
|
||||||
|
|
||||||
format-connected-prefix-foreground = ${colors.foreground-alt}
|
format-connected-prefix-foreground = ${colors.foreground-alt}
|
||||||
format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
format-disconnected-prefix-foreground = ${colors.foreground-alt}
|
||||||
|
|
Loading…
Reference in a new issue