ASCII logos I've made for neofetch
Find a file
2023-07-24 02:59:39 +02:00
public/examples add local example 2023-07-22 20:55:17 +02:00
bowser.ascii BOWSER! 2023-07-19 01:57:40 +02:00
bowserclean.ascii Create bowserclean.ascii 2023-07-19 01:59:02 +02:00
README.md fix: include color args 2023-07-24 02:59:39 +02:00

neofetch-ascii

ASCII logos I've made for neofetch

Usage

  1. Save *.ascii of choice to path accessible by host
  2. Run neofetch with --source flag, pointing to the *.ascii file.
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)
[...]

Bowser