This repository has been archived on 2025-01-31. You can view files and clone it, but cannot push or open issues or pull requests.
Files
.bin
.config
conky
dconf
dsk
dunst
gtk-3.0
htop
i3
liferea
neofetch
asciiart
config.conf
nitrogen
qt5ct
rofi
sxhkd
syncthing-gtk
tint2
xrdb
zim
compton.conf
dircolors
kcminputrc
kdeglobals
kglobalshortcutsrc
kiorc
konsolerc
kscreenlockerrc
kservicemenurc
redshift.conf
startupconfig
user-dirs.dirs
user-dirs.locale
.local
.ssh
.themes
.vim
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.profile
.vimrc
.xinitrc
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"