fix(polybar) inverted down and up speed
This commit is contained in:
parent
e84ae9c85b
commit
8574c0d9d5
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip%
|
||||||
[module/eth]
|
[module/eth]
|
||||||
inherit = network-base
|
inherit = network-base
|
||||||
interface-type = wired
|
interface-type = wired
|
||||||
label-connected = %local_ip% - %upspeed% / %downspeed%
|
label-connected = %local_ip% - %downspeed% / %upspeed%
|
||||||
interval = 1
|
interval = 1
|
||||||
|
|
||||||
[module/date]
|
[module/date]
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue