ASCII logos I've made for neofetch
| public/examples | ||
| bowser.ascii | ||
| bowserclean.ascii | ||
| README.md | ||
neofetch-ascii
ASCII logos I've made for neofetch
Usage
- Save
*.asciiof choice to path accessible by host - Run neofetch with
--sourceflag, pointing to the*.asciifile.
neofetch --source /path/to/*.ascii --colors 8 1 2 3
OR
To persist the logo, edit neofetch's config.conf to include a image_source config.
[...]
image_source="/path/to/*.ascii"
ascii_colors=(8 1 2 3)
[...]
