mirror of
https://github.com/fastfetch-cli/fastfetch.git
synced 2026-09-13 10:52:08 +02:00
748 B
748 B
name, about, title, labels, assignees
| name | about | title | labels | assignees |
|---|---|---|---|---|
| Feature request | Suggest an idea for this project | [FEAT] | enhancement |
Before requesting a new feature
- A lot of features are not enabled by default. Please try
fastfetch --list-modulesandfastfetch -c all.jsoncto see if it has been supported - Fastfetch supports
Commandmodule, which can be used to grab output from a custom shell script. Please check if it fits your needs
// ~/.config/fastfetch/fastfetch.jsonc
{
"modules": [
{
"type": "command",
"text": "/path/to/your/script",
"key": "Feature Title"
}
]
}