Skip to content

Commit 44c389d

Browse files
committed
Doc: document --display-compact-type
1 parent ac8e034 commit 44c389d

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ Features:
66
* Support cursor size detection on Windows (Cursor, Windows)
77
* Support cursor detection on macOS (Cursor, macOS)
88
* Support display name, display type and decimal refresh rate detection (Display, macOS / Windows)
9+
* Support `--display-compact-type` to display multiple resolutions in one line (Display)
910

1011
Bugfixes:
1112
* Fix date time format

completions/bash

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ __fastfetch_completion()
182182
"--cpu-temp"
183183
"--gpu-temp"
184184
"--battery-temp"
185+
"--display-detect-name"
186+
"--display-precise-refresh-rate"
185187
"--localip-show-ipv4"
186188
"--localip-show-ipv6"
187189
"--localip-show-loop"
@@ -224,6 +226,7 @@ __fastfetch_completion()
224226
"--color"
225227
"--color-keys"
226228
"--color-title"
229+
"--display-compact-type"
227230
"--separator"
228231
"-s"
229232
"--structure"

0 commit comments

Comments
 (0)