forked from external/yambar
tag: add 'b' formatter
Divides the tag's decimal value by 8. Closes #392
This commit is contained in:
parent
f8ba887dcd
commit
700bf5b28c
3 changed files with 46 additions and 15 deletions
|
@ -86,11 +86,16 @@ be used.
|
|||
: format
|
||||
: Range tags
|
||||
: Renders a range tag's value as a percentage value
|
||||
| b
|
||||
: format
|
||||
: All tag types
|
||||
: Renders a tag's value (in decimal) divided by 8. Note: no unit
|
||||
suffix is appended
|
||||
| kb, mb, gb
|
||||
: format
|
||||
: All tag types
|
||||
: Renders a tag's value (in decimal) divided by 1000, 1000^2 or
|
||||
1000^3. Note: no unit suffix is appended)
|
||||
1000^3. Note: no unit suffix is appended
|
||||
| kib, mib, gib
|
||||
: format
|
||||
: All tag types
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue