Neofetch tweak

lightmode
E. Almqvist 4 years ago
parent 75e5dc7cf3
commit be7c97f580
  1. 22
      neofetch/config.conf

@ -1,22 +1,22 @@
# See this wiki page for more info: # See this wiki page for more info:
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info # https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
print_info() { print_info() {
info title # info title
info underline # info underline
info "OS" distro info "OS" distro
info "Host" model info "Host" model
info "Kernel" kernel info "Kernel" kernel
info "Uptime" uptime # info "Uptime" uptime
info "Packages" packages info "Packages" packages
info "Shell" shell # info "Shell" shell
info "Resolution" resolution # info "Resolution" resolution
info "DE" de info "DE" de
info "WM" wm info "WM" wm
# info "WM Theme" wm_theme # info "WM Theme" wm_theme
# info "Theme" theme # info "Theme" theme
# info "Icons" icons # info "Icons" icons
info "Terminal" term # info "Terminal" term
# info "Terminal Font" term_font # info "Terminal Font" term_font
info "CPU" cpu info "CPU" cpu
info "GPU" gpu info "GPU" gpu
@ -28,13 +28,13 @@ print_info() {
# info "Battery" battery # info "Battery" battery
# info "Font" font # info "Font" font
# info "Song" song # info "Song" song
# [[ "$player" ]] && prin "Music Player" "$player" # [[ "$player" ]] && print "Music Player" "$player"
# info "Local IP" local_ip # info "Local IP" local_ip
# info "Public IP" public_ip # info "Public IP" public_ip
# info "Users" users # info "Users" users
# info "Locale" locale # This only works on glibc systems. # info "Locale" locale # This only works on glibc systems.
info cols # info cols
} }
@ -63,7 +63,7 @@ kernel_shorthand="off"
# Values: 'on', 'tiny', 'off' # Values: 'on', 'tiny', 'off'
# Flag: --distro_shorthand # Flag: --distro_shorthand
# Supports: Everything except Windows and Haiku # Supports: Everything except Windows and Haiku
distro_shorthand="off" distro_shorthand="on"
# Show/Hide OS Architecture. # Show/Hide OS Architecture.
# Show 'x86_64', 'x86' and etc in 'Distro:' output. # Show 'x86_64', 'x86' and etc in 'Distro:' output.
@ -628,7 +628,7 @@ disk_display="off"
# 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty' # 'termpix', 'pixterm', 'tycat', 'w3m', 'kitty'
# Flag: --backend # Flag: --backend
# image_backend="w3m" # image_backend="w3m"
image_backend="jp2a" image_backend="ascii"
# Image Source # Image Source
# #
@ -642,7 +642,7 @@ image_backend="jp2a"
# NOTE: 'auto' will pick the best image source for whatever image backend is used. # NOTE: 'auto' will pick the best image source for whatever image backend is used.
# In ascii mode, distro ascii art will be used and in an image mode, your # In ascii mode, distro ascii art will be used and in an image mode, your
# wallpaper will be used. # wallpaper will be used.
image_source="$HOME/.config/neofetch/icon.png" #image_source="$HOME/.config/neofetch/icon.png"
# Ascii Options # Ascii Options

Loading…
Cancel
Save