home/.config/neofetch/config.conf
Salt e05b886590 Neofetch: Trim the fat out of the config
And also all the useful comments
2018-12-04 23:55:11 -06:00

54 lines
764 B
Plaintext

# 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"