File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ See "fastfetch -h title-format" for all supported tags.
1111In 2.17.0 or newer, a truncation length can be specified using syntax '<arg>:<trunc-length>`
1212For example: "--title-format '{user-name:5}'" will truncate user name into 5-length string.
1313If '<trunc-length>' is negative, an ellipsis … will be appended at the end when the original string is truncated.
14+ Note: The string length is counted in raw bytes. Multi-byte unicode charactors and ANSI escape codes are not taken into account.
1415
1516If the value index is missing, meaning the placeholder is "{}", an internal counter sets the value index.
1617This means that the format string "Values: {1} ({2})" is equivalent to "Values: {} ({})".
You can’t perform that action at this time.
0 commit comments