File tree Expand file tree Collapse file tree 2 files changed +4
-0
lines changed
Expand file tree Collapse file tree 2 files changed +4
-0
lines changed Original file line number Diff line number Diff 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
1011Bugfixes:
1112* Fix date time format
Original file line number Diff line number Diff 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"
You can’t perform that action at this time.
0 commit comments