Polybar: Configure WLAN interface
This commit is contained in:
parent
70dc80b545
commit
54838d2374
@ -1,2 +1,3 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
export PB_BAR_WIDTH=2548
|
export PB_BAR_WIDTH=2548
|
||||||
|
export PB_WLAN_INTERFACE=wlp5s0
|
||||||
|
@ -301,7 +301,7 @@ format-connected-prefix-foreground = ${res/colors.icon-wlan}
|
|||||||
format-disconnected = <label-disconnected>
|
format-disconnected = <label-disconnected>
|
||||||
format-disconnected-prefix = "WLAN: "
|
format-disconnected-prefix = "WLAN: "
|
||||||
format-disconnected-prefix-foreground = ${res/colors.icon-wlan}
|
format-disconnected-prefix-foreground = ${res/colors.icon-wlan}
|
||||||
interface = wlp1s0
|
interface = ${env:PB_WLAN_INTERFACE:wlp1s0}
|
||||||
|
|
||||||
label-connected = %essid%
|
label-connected = %essid%
|
||||||
label-disconnected = None
|
label-disconnected = None
|
||||||
|
Loading…
Reference in New Issue
Block a user