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

Loading…
Cancel
Save