Polybar: Add tether netowrk applet
That doesn't work
This commit is contained in:
parent
e6daf8ebf8
commit
550d72cf4d
@ -473,6 +473,15 @@ label-connected = %upspeed% %downspeed%
|
|||||||
label-connected-foreground = ${res/colors.primary-dark}
|
label-connected-foreground = ${res/colors.primary-dark}
|
||||||
label-disconnected =
|
label-disconnected =
|
||||||
|
|
||||||
|
[module/tether-network]
|
||||||
|
inherit = module/wlan-network
|
||||||
|
type = internal/network
|
||||||
|
unknown-as-up = true
|
||||||
|
interface = enp0s20f0u2
|
||||||
|
format-connected-prefix = " "
|
||||||
|
label-connected = Tethered
|
||||||
|
label-disconnected =
|
||||||
|
|
||||||
[module/xbacklight-label]
|
[module/xbacklight-label]
|
||||||
inherit = template/module
|
inherit = template/module
|
||||||
type = internal/xbacklight
|
type = internal/xbacklight
|
||||||
|
Loading…
Reference in New Issue
Block a user