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
*.ascii
of choice to path accessible by host - Run neofetch with
--source
flag, pointing to the*.ascii
file.
neofetch --source /path/to/*.ascii
OR
To persist the logo, edit neofetch's config.conf
to include a image_source
config.
[...]
image_source="/path/to/*.ascii"
[...]