home/.config/neofetch/config.conf

55 lines
793 B
Plaintext
Raw Normal View History

2018-11-16 21:34:45 -06:00
# Neofetch config file
print_info() {
info title
info underline
info "LIN" distro
info "VER" kernel
2019-03-22 04:14:56 -05:00
#info line_break
2018-12-04 23:49:08 -06:00
info "MDL" model
2018-11-16 21:34:45 -06:00
info "CPU" cpu
info "GPU" gpu
2019-03-22 04:14:56 -05:00
#info line_break
2019-03-22 04:14:56 -05:00
#info "WM" wm
#info "DE" de
2019-06-21 22:58:56 -05:00
#prin "DSK" "$DSK_NAME_PRETTY $DSK_VERSION_PRETTY"
2019-03-22 04:14:56 -05:00
#info "THM" theme
#info "ICO" icons
2018-11-16 21:34:45 -06:00
}
# 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
2019-03-22 04:14:56 -05:00
image_backend="ascii"
2018-11-16 21:34:45 -06:00
image_source="$HOME/.config/neofetch/asciiart"
ascii_colors=(5 0 8 7 0 0)
gap=1
2018-11-16 21:34:45 -06:00
# Do not change or delete this
2018-11-16 21:34:45 -06:00
config_version="3.4.0"