···
+
# info "\e[31m " users
+
# Shorten the output of the kernel function.
+
# Shorten the output of the distro function
+
# Show/Hide OS Architecture.
+
# Shorten the output of the uptime function
+
# Show memory pecentage in output.
+
# Change memory output unit ('kib', 'mib', 'gib')
+
# Show/Hide Package Manager names.
+
# Values: 'on', 'tiny' 'off'
+
# on: '998 (pacman), 8 (flatpak), 4 (snap)'
+
# tiny: '908 (pacman, flatpak, snap)'
+
package_managers="tiny"
+
# Show the path to $SHELL
+
# Display refresh rate next to each monitor
+
# Show Desktop Environment version
+
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
+
# Each number represents a different part of the text in
+
# this order: 'title', '@', 'underline', 'subtitle', 'colon', 'info'
+
# colors=(distro) - Text is colored based on Distro colors.
+
# colors=(4 6 1 8 8 6) - Text is colored in the order above.
+
# Enable/Disable Underline
+
# Underline character (string)
+
# Color block range. The range of colors to print.
+
# Color block width in spaces
+
# Color block height in lines
+
# Values: 'auto', 'num'
+
# Number specifies how far from the left side of the terminal (in spaces) to
+
# begin printing the columns, in case you want to e.g. center them under your
+
# col_offset="auto" - Default behavior of neofetch
+
# col_offset=7 - Leave 7 spaces then print the colors
+
# Progress Bar characters
+
# Toggle Progress Bar border
+
# Progress bar length in spaces
+
# Number of chars long to make the progress bars.
+
# When set to distro, uses your distro's logo colors.
+
# Values: 'distro', 'num'
+
bar_color_elapsed="distro"
+
bar_color_total="distro"
+
# Display a bar with the info.
+
# Values: 'bar', 'infobar', 'barinfo', 'off'
+
# infobar: 'info [---=======]'
+
# barinfo: '[---=======] info'
+
# Values: 'ascii', 'caca', 'chafa', 'jp2a', 'iterm2', 'off',
+
# 'pot', 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
+
# Values: 'auto', 'ascii', 'wallpaper', '/path/to/img', '/path/to/ascii', '/path/to/dir/'
+
# 'command output (neofetch --ascii "$(fortune | cowsay -W 30)")'
+
image_source="${HOME}/.config/neofetch/ascii.txt"
+
# Ascii distro (Which distro's ascii art to display).
+
# Values: 'auto', 'distro_name'
+
ascii_distro="arch_small"
+
# Values: 'distro', 'num' 'num' 'num' 'num' 'num' 'num'
+
# ascii_colors=(distro) - Ascii is colored based on Distro colors.
+
# ascii_colors=(4 6 1 8 8 6) - Ascii is colored using these colors.
+
# Whether or not to bold the ascii logo.
+
# Setting this to on will make neofetch redraw the image constantly until
+
# Ctrl+C is pressed. This fixes display issues in some terminal emulators.
+
# Default: '~/.cache/thumbnails/neofetch'
+
thumbnail_dir="${XDG_CACHE_HOME:-${HOME}/.cache}/thumbnails/neofetch"
+
# Values: 'normal', 'fit', 'fill'
+
# See this wiki page to learn about the fit and fill options.
+
# https://github.com/dylanaraps/neofetch/wiki/What-is-Waifu-Crop%3F
+
# Note: Only affects 'normal' crop mode.
+
# Values: 'northwest', 'north', 'northeast', 'west', 'center'
+
# 'east', 'southwest', 'south', 'southeast'
+
# The image is half the terminal width by default.
+
# Values: 'auto', '00px', '00%', 'none'
+
# Gap between image and text. Can be a positive or negative integer
+
# Only works with the w3m backend.
+
# Image background color
+
# Only works with the w3m backend.
+
# Values: 'color', 'blue'
+
# Turn off all colors and disables image backend (ASCII/Image).
+
# Useful for piping into another command.