Polybar: Add broken tether module
Getting its status is a known bug. They're working on it.
This commit is contained in:
parent
e6f90a24d5
commit
4bb0f75708
@ -407,6 +407,16 @@ label =
|
|||||||
label-warn = %temperature%
|
label-warn = %temperature%
|
||||||
label-warn-foreground = ${res/colors.alert}
|
label-warn-foreground = ${res/colors.alert}
|
||||||
|
|
||||||
|
[module/tether-network-mini]
|
||||||
|
type = internal/network
|
||||||
|
interface = enp0s20f0u2
|
||||||
|
format-connected-prefix = " "
|
||||||
|
format-disconnected-prefix =
|
||||||
|
format-disconnected-foreground = ${res/colors.background-4}
|
||||||
|
format-disconnected-oveerline =
|
||||||
|
label-connected = %upspeed% %downspeed%
|
||||||
|
label-disconnected =
|
||||||
|
|
||||||
[module/volume-ramp]
|
[module/volume-ramp]
|
||||||
inherit = template/module
|
inherit = template/module
|
||||||
type = internal/volume
|
type = internal/volume
|
||||||
@ -455,7 +465,7 @@ label-disconnected = %ifname%
|
|||||||
inherit = template/module/network
|
inherit = template/module/network
|
||||||
format-connected-prefix =
|
format-connected-prefix =
|
||||||
format-disconnected-prefix =
|
format-disconnected-prefix =
|
||||||
format-disconnected-foreground = ${res/colors.alert}
|
format-disconnected-foreground = ${res/colors.background-4}
|
||||||
format-disconnected-oveerline =
|
format-disconnected-oveerline =
|
||||||
label-connected =
|
label-connected =
|
||||||
label-disconnected =
|
label-disconnected =
|
||||||
|
Loading…
Reference in New Issue
Block a user