Fastfetch: add option --key-type <enum>

This commit is contained in:
李通洲
2024-07-24 11:13:37 +08:00
parent 640d0666fc
commit 8fa4d7ae6e
6 changed files with 83 additions and 17 deletions
+14
View File
@@ -505,6 +505,20 @@
"type": "num"
}
},
{
"long": "key-type",
"desc": "Set the type of keys to display",
"arg": {
"type": "enum",
"enum": {
"none": "Disable keys",
"string": "Show string",
"icon": "Show icon",
"both": "Show both icon and string"
},
"default": "string"
}
},
{
"long": "bright-color",
"desc": "Set if the keys, title and ASCII logo should be printed in bright color",