This repository has been archived on 2024-11-03. You can view files and clone it, but cannot push or open issues or pull requests.
2016-11-04 06:42:32 +00:00
|
|
|
# Neofetch config file for travis.ci
|
|
|
|
# https://github.com/dylanaraps/neofetch
|
|
|
|
|
2016-11-09 11:33:35 +00:00
|
|
|
print_info() {
|
2016-11-04 06:42:32 +00:00
|
|
|
info title
|
|
|
|
info underline
|
|
|
|
|
|
|
|
info "Model" model
|
|
|
|
info "OS" distro
|
|
|
|
info "Kernel" kernel
|
|
|
|
info "Uptime" uptime
|
|
|
|
info "Packages" packages
|
|
|
|
info "Shell" shell
|
|
|
|
info "Resolution" resolution
|
|
|
|
info "DE" de
|
|
|
|
info "WM" wm
|
2016-11-09 11:33:35 +00:00
|
|
|
info "WM Theme" wm_theme
|
2016-11-04 06:42:32 +00:00
|
|
|
info "Theme" theme
|
|
|
|
info "Icons" icons
|
|
|
|
info "Terminal" term
|
2016-11-09 11:33:35 +00:00
|
|
|
info "Terminal Font" term_font
|
2016-11-04 06:42:32 +00:00
|
|
|
info "CPU" cpu
|
|
|
|
info "GPU" gpu
|
|
|
|
info "Memory" memory
|
|
|
|
|
|
|
|
info "CPU Usage" cpu_usage
|
|
|
|
info "Disk" disk
|
|
|
|
info "Battery" battery
|
|
|
|
info "Font" font
|
|
|
|
info "Song" song
|
2016-11-09 11:33:35 +00:00
|
|
|
info "Local IP" local_ip
|
|
|
|
info "Public IP" public_ip
|
2016-11-04 06:42:32 +00:00
|
|
|
info "Users" users
|
2016-12-16 07:03:29 +00:00
|
|
|
info "Install Date" install_date
|
2016-11-04 06:42:32 +00:00
|
|
|
|
2016-11-09 11:40:31 +00:00
|
|
|
info line_break
|
2016-11-04 06:42:32 +00:00
|
|
|
info cols
|
2016-11-09 11:40:31 +00:00
|
|
|
info line_break
|
2017-01-26 07:05:46 +00:00
|
|
|
|
2017-01-27 20:19:51 +00:00
|
|
|
# Testing.
|
2017-01-26 07:05:46 +00:00
|
|
|
prin "prin"
|
|
|
|
prin "prin" "prin"
|
|
|
|
|
|
|
|
# Testing no subtitles.
|
|
|
|
info uptime
|
|
|
|
info disk
|
2016-11-04 06:42:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
refresh_rate="on"
|
|
|
|
shell_version="on"
|
|
|
|
cpu_display="infobar"
|
|
|
|
memory_display="infobar"
|
|
|
|
disk_display="infobar"
|
2017-01-02 00:34:42 +00:00
|
|
|
cpu_temp="C"
|