mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 02:42:09 +02:00
PhysicalDisk: adds option hideVirtual (defaults to false) and hideUnknown (defaults to true)
This commit is contained in:
@@ -3638,6 +3638,16 @@
|
||||
"description": "Show disks with given name prefix only",
|
||||
"type": "string"
|
||||
},
|
||||
"hideVirtual": {
|
||||
"description": "Hide virtual disks (e.g. loop, RAM or file baked disks)",
|
||||
"type": "boolean",
|
||||
"default": false
|
||||
},
|
||||
"hideUnknown": {
|
||||
"description": "Hide disks with `size == 0`",
|
||||
"type": "boolean",
|
||||
"default": true
|
||||
},
|
||||
"temp": {
|
||||
"$ref": "#/$defs/temperature"
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user