Neofetch
Installation
$ sudo apt install neofetch
Running
$ neofetch
Configuration
$ nano ~/.config/neofetch/config.conf
🛈 Note If
config.conf
does not exist, run Neofetch.
The configuration file contains instructions on where to find more information about various configuration options.
As an example, the color block range is sometimes set to 8 of the available 16, and is easily changed by adjusting block_range
.
# Color block range
# The range of colors to print.
#
# Default: '0', '15'
# Values: 'num'
# Flag: --block_range
#
# Example:
#
# Display colors 0-7 in the blocks. (8 colors)
# neofetch --block_range 0 7
#
# Display colors 0-15 in the blocks. (16 colors)
# neofetch --block_range 0 15
block_range=(0 15)