2022-03-31 01:50:16 +02:00
|
|
|
# See this wiki page for more info:
|
|
|
|
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
|
|
|
print_info() {
|
|
|
|
info title
|
|
|
|
info underline
|
|
|
|
|
2023-07-11 00:57:37 +02:00
|
|
|
info "OS " distro
|
|
|
|
info "Host " model
|
|
|
|
info "Shell " shell
|
|
|
|
info "Kernel " kernel
|
|
|
|
info "Uptime " uptime
|
|
|
|
info "Packages " packages
|
|
|
|
prin
|
|
|
|
info "WM " wm
|
|
|
|
info "Terminal " term
|
2022-03-31 01:50:16 +02:00
|
|
|
info "Resolution" resolution
|
|
|
|
info cols
|
|
|
|
}
|
|
|
|
|
|
|
|
kernel_shorthand="off"
|
|
|
|
distro_shorthand="on"
|
|
|
|
os_arch="off"
|
|
|
|
uptime_shorthand="tiny"
|
|
|
|
memory_percent="on"
|
2023-02-09 23:16:17 +01:00
|
|
|
package_managers="on"
|
2022-03-31 01:50:16 +02:00
|
|
|
shell_version="off"
|
|
|
|
cpu_brand="off"
|
|
|
|
refresh_rate="on"
|
|
|
|
bold="off"
|
|
|
|
block_width=4
|
2023-05-21 13:36:26 +02:00
|
|
|
image_backend="iterm2"
|
|
|
|
image_source="/f/.config/neofetch/gentoo.png"
|
2022-03-31 16:59:59 +02:00
|
|
|
image_loop="off"
|
2022-03-31 01:50:16 +02:00
|
|
|
image_size="310px"
|
|
|
|
gap=2
|