diff options
| author | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-05 13:59:55 +0100 |
|---|---|---|
| committer | Anhgelus Morhtuuzh <anhgelus.morhtuuzh@gmx.com> | 2022-11-05 13:59:55 +0100 |
| commit | 8574c0d9d562cde14e2ea0ac7440d427144cfaff (patch) | |
| tree | 02550f6408ab8a9071c43a631a087230da7163ef /polybar | |
| parent | e84ae9c85b2b4249bb82eb6fc76067901cc9fc4e (diff) | |
fix(polybar) inverted down and up speed
Diffstat (limited to 'polybar')
| -rw-r--r-- | polybar/config.ini | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/polybar/config.ini b/polybar/config.ini index 106ca64..6bfd5f2 100644 --- a/polybar/config.ini +++ b/polybar/config.ini @@ -158,7 +158,7 @@ label-connected = %{F#F0C674}%ifname%%{F-} %essid% %local_ip% [module/eth] inherit = network-base interface-type = wired -label-connected = %local_ip% - %upspeed% / %downspeed% +label-connected = %local_ip% - %downspeed% / %upspeed% interval = 1 [module/date] |
