.bin
.config
conky
dsk
dunst
gtk-3.0
htop
i3
liferea
neofetch
asciiart
config.conf
nitrogen
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
.dsk
.local
.ssh
.themes
.vim
.bashrc
.functions
.gitconfig
.gitmodules
.gtkrc-2.0
.inputrc
.kshrc
.profile
.vimrc
.wptile
.xinitrc
.xsession
.zshrc
54 lines
764 B
Plaintext
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"
|