Replies: 3 comments 6 replies
-
fastfetch --iterm $(ls /path/to/images/*.png | shuf -n 1) |
Beta Was this translation helpful? Give feedback.
-
A new release was cut to permit this syntax in jsonc config file |
Beta Was this translation helpful? Give feedback.
-
When you install Fastfetch for the first time, you won't get a configuration file. So the first step is to generate a simple config file. For this, run the command: fastfetch --gen-config By default, a configuration file is created in the randomly displays one of all .png files in Example fastfetch config: {
"$schema": "https://github.com/fastfetch-cli/fastfetch/raw/dev/doc/json_schema.json",
"logo": {
"type": "auto",
"source": "~/.config/fastfetch/images/*.png"
},
"modules": [
"title",
// ... omitted for brevity ...
"colors"
]
} Only executes echo "fastfetch" >> $HOME/.zshrc |
Beta Was this translation helpful? Give feedback.
-
I think I've seen this functionality but don't see anything in the documentation, also not sure it it was a script or natively supported.
Is there a way to point ff to folder of logos and have it randomly use different .png each time?
TIA!
Beta Was this translation helpful? Give feedback.
All reactions