polybar: stop displaying upload/download speeds

Not really useful.
This commit is contained in:
Vincent Bernat 2021-07-05 08:32:09 +02:00
parent 043fce1a58
commit 0ae67786c4

View file

@ -17,6 +17,7 @@ border-size = 0
tray-position = none
fixed-center = true
module-margin = 1
padding-right = 1
background = ${colors.background}
foreground = ${colors.foreground}
@ -76,7 +77,7 @@ type = internal/network
interface = ${env:WLAN:}
interval = 5
format-connected = <ramp-signal> <label-connected>
label-connected = %essid% %downspeed:8% %upspeed:8%
label-connected = %essid%
format-disconnected = 
ramp-signal-0 = 
ramp-signal-1 = 
@ -87,7 +88,7 @@ type = internal/network
interface = ${env:LAN:}
interval = 2
format-connected = <label-connected>
label-connected =  %downspeed:8% %upspeed:8%
label-connected = 
format-disconnected =
[module/date]