neofetch/config/travis.conf

55 lines
1.0 KiB
Plaintext
Raw Normal View History

2016-11-04 06:42:32 +00:00
# Neofetch config file for travis.ci
# https://github.com/dylanaraps/neofetch
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
info "WM Theme" wm_theme
2016-11-04 06:42:32 +00:00
info "Theme" theme
info "Icons" icons
info "Terminal" term
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
info "Local IP" local_ip
info "Public IP" public_ip
2016-11-04 06:42:32 +00:00
info "Users" users
info "Install Date" install_date
2016-11-04 06:42:32 +00:00
info line_break
2016-11-04 06:42:32 +00:00
info cols
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"