Fastfetch: add JSON config general.preRun

This commit is contained in:
李通洲
2024-06-25 16:15:35 +08:00
parent 0606cde061
commit abf6c403d4
2 changed files with 20 additions and 0 deletions
+5
View File
@@ -329,6 +329,11 @@
"type": "integer",
"description": "Set the timeout (ms) when waiting for child processes, `-1` for no timeout",
"default": 1000
},
"preRun": {
"type": "string",
"description": "Set the command to be executed before printing logos",
"default": ""
}
}
},