Randomly select fastfetch config #850
doctorfree
started this conversation in
Show and tell
Replies: 2 comments 2 replies
-
You may want to replace Yes I have XDG Vigilante as my nickname lol. |
Beta Was this translation helpful? Give feedback.
2 replies
-
I used this: I could make it more robust by listing from Get a random presetfastfetch --config $(printf "%s\n" examples/{6,7,9,13,17,20,21,22} | shuf -n 1) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have several
fastfetch
configs and wrote a simple script to randomly select among them. To use this script the configuration files must be named~/.config/fastfetch/config-<name>.jsonc
. Without argumentsffetch
displays using the default config. To select a random config, runffetch -r
. To specify a config, runffetch -c config-<name>
.Enjoy!
Beta Was this translation helpful? Give feedback.
All reactions