# Neofetch config file
print_info() {
	info title
	info underline

	info "LIN" distro
	info "VER" kernel
	info line_break

	info "MDL" model
	info "CPU" cpu
	info "GPU" gpu
	info line_break

	info "WM" wm
	info "DE" de
	prin "DSK" "$DSK_NAME_PRETTY $DSK_VERSION_PRETTY"
	info "THM" theme
	info "ICO" icons
}

# Distro
distro_shorthand="on"
os_arch="off"

# CPU
speed_shorthand="on"
cpu_brand="off"
cpu_cores="off"

# GPU
gpu_brand="off"

# Gtk Theme / Icons / Font
gtk_shorthand="on"
gtk2="off"

# Text Colors
colors=(5 7 8 5 8 7)

# Underline character
underline_char="─"

# Color Blocks
block_range=(1 7)

# Backend Settings
image_source="$HOME/.config/neofetch/asciiart"
ascii_colors=(5 0 8 7 0 0)
gap=1

# Do not change or delete this
config_version="3.4.0"