Neofetch is a fast, higly customizable system info script. a CLI system information tool written in BASH. Neofetch displays information about your system next to an image, your OS logo, or any ASCII file of your choice.

Flags

  • --disable [infoname]: Allows you to disable an info line from appearing in the output. infoname' is the function name from the 'print_info()' functioninside the config file.For example: 'info "Memory" memory' would be '--disable memory'.
  • --colors [x x x x x x]: Changes the text colors in this order: title, @, underline, sub-title, colon, info
  • --underline [on/off]: Enable/Disable the underline.
  • --bold [on/off]: Enable/Disable bold text
  • --backend [backend]: Which image backend to use. Possible values: 'ascii', 'caca', 'jp2a', 'iterm2', 'off', 'sixel', 'tycat', 'w3m'
  • --source [source]: Which image or ascii file to use. Possible values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
  • --ascii [source]: Shortcut to use 'ascii' backend.