43 lines
884 B
Plaintext
43 lines
884 B
Plaintext
# See this wiki page for more info:
|
|
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
|
print_info() {
|
|
info title
|
|
info underline
|
|
|
|
info "OS" distro
|
|
info "Host" model
|
|
info "Kernel" kernel
|
|
info "Uptime" uptime
|
|
info "Packages" packages
|
|
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 Font" term_font
|
|
info "CPU" cpu
|
|
info "GPU" gpu
|
|
info "Memory" memory
|
|
info cols
|
|
}
|
|
|
|
kernel_shorthand="off"
|
|
distro_shorthand="on"
|
|
os_arch="off"
|
|
uptime_shorthand="tiny"
|
|
memory_percent="on"
|
|
package_managers="off"
|
|
shell_version="off"
|
|
cpu_brand="off"
|
|
refresh_rate="on"
|
|
bold="off"
|
|
block_width=4
|
|
image_backend="w3m"
|
|
image_source="/f/.local/share/gentoo.jpg"
|
|
image_loop="on"
|
|
image_size="310px"
|
|
gap=2
|