diff options
author | Nils Trubkin <32000568+nils-trubkin@users.noreply.github.com> | 2022-05-16 03:12:36 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-05-16 03:12:36 +0200 |
commit | 7e16892a40d432e3f195da7adc46750761facabc (patch) | |
tree | 9ddfb56d5b0f8980c12c5a2105ec1d6ccc12a567 /doc/plugins.org | |
parent | 88017cacad159d826ea8a502e062da079f75e3a2 (diff) | |
download | xmobar-7e16892a40d432e3f195da7adc46750761facabc.tar.gz xmobar-7e16892a40d432e3f195da7adc46750761facabc.tar.bz2 |
Fix unit typos
DynNetwork plugin might suffer from the same typo situation but I haven't confirmed it.
Diffstat (limited to 'doc/plugins.org')
-rw-r--r-- | doc/plugins.org | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/plugins.org b/doc/plugins.org index 8abc461..237d896 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -1117,7 +1117,7 @@ - Aliases to the interface name: so =Network "eth0" []= can be used as =%eth0%= - - Thresholds refer to velocities expressed in Kb/s + - Thresholds refer to velocities expressed in B/s - Args: default monitor arguments, plus: - =--rx-icon-pattern=: dynamic string for reception rate in =rxipat=. @@ -1130,7 +1130,7 @@ =rx=, =tx=, =rxbar=, =rxvbar=, =rxipat=, =txbar=, =txvbar=, =txipat=, =up=. Reception and transmission rates (=rx= and =tx=) are displayed by default as Kb/s, without any suffixes, but you can set the =-S= to - "True" to make them displayed with adaptive units (Kb/s, Mb/s, etc.). + "True" to make them displayed with adaptive units (KB/s, MB/s, etc.). - Default template: =<dev>: <rx>KB|<tx>KB= ***** =DynNetwork Args RefreshRate= |