File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -176,7 +176,7 @@ memory_percent="off"
176176# Change memory output unit.
177177#
178178# Default: 'mib'
179- # Values: 'kib', 'mib', 'gib'
179+ # Values: 'kib', 'mib', 'gib', 'tib'
180180# Flag: --memory_unit
181181#
182182# Example:
@@ -198,6 +198,12 @@ memory_unit="mib"
198198# 2: '1042.50MiB / 6951.00MiB'
199199memory_precision="0"
200200
201+ # Change memory output precision.
202+ #
203+ # Default: '2'
204+ # Values: integer ≥ 0
205+ # Flag: --memory_precision
206+ mem_precision=2
201207
202208# Packages
203209
@@ -5799,7 +5805,8 @@ INFO:
57995805 --song_format format Print the song data in a specific format (see config file).
58005806 --song_shorthand on/off Print the Artist/Album/Title on separate lines.
58015807 --memory_percent on/off Display memory percentage.
5802- --memory_unit kib/mib/gib Memory output unit.
5808+ --memory_unit (k/m/g/t)ib Memory output unit.
5809+ --memory_precision integer Change memory output precision. (≥0, default=2)
58035810 --memory_precision 0-3 Decimal places for memory values.
58045811 --music_player player-name Manually specify a player to use.
58055812 Available values are listed in the config file
You can’t perform that action at this time.
0 commit comments