diff options
| author | jao <jao@gnu.org> | 2022-05-16 02:49:10 +0100 | 
|---|---|---|
| committer | jao <jao@gnu.org> | 2022-05-16 02:49:10 +0100 | 
| commit | 67eb936cea41cfa601053b613e42eb8bb63090f9 (patch) | |
| tree | bee9c34834a7972c4c316af4e50d8b88c44e5bb3 | |
| parent | 7e16892a40d432e3f195da7adc46750761facabc (diff) | |
| download | xmobar-67eb936cea41cfa601053b613e42eb8bb63090f9.tar.gz xmobar-67eb936cea41cfa601053b613e42eb8bb63090f9.tar.bz2  | |
Ditto for DynNetwork
| -rw-r--r-- | doc/plugins.org | 6 | 
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/plugins.org b/doc/plugins.org index 237d896..7e14cd1 100644 --- a/doc/plugins.org +++ b/doc/plugins.org @@ -1129,7 +1129,7 @@        - Variables that can be used with the =-t=/=--template= argument: =dev=,          =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 +        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.).        - Default template: =<dev>: <rx>KB|<tx>KB= @@ -1137,7 +1137,7 @@        - Active interface is detected automatically        - Aliases to "dynnetwork" -      - Thresholds are expressed in Kb/s +      - Thresholds are expressed in B/s        - Args: default monitor arguments, plus:        - =--rx-icon-pattern=: dynamic string for reception rate in =rxipat=. @@ -1150,7 +1150,7 @@        Reception and transmission rates (=rx= and =tx=) are displayed in Kbytes        per second, and you can set the =-S= to "True" to make them displayed -      with units (the string "Kb/s"). +      with units (the string "KB/s").        - Default template: =<dev>: <rx>KB|<tx>KB=        - Example of usage of =--devices= option:  | 
