hyfetch/config/travis.conf

55 lines
1 KiB
Text
Raw Normal View History

2016-11-04 00:42:32 -06:00
# Neofetch config file for travis.ci
# https://github.com/dylanaraps/neofetch
print_info() {
2016-11-04 00:42:32 -06:00
info title
info underline
info "OS" distro
2017-08-15 18:46:19 -06:00
info "Host" model
2016-11-04 00:42:32 -06:00
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 00:42:32 -06:00
info "Theme" theme
info "Icons" icons
info "Terminal" term
info "Terminal Font" term_font
2016-11-04 00:42:32 -06: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 00:42:32 -06:00
info "Users" users
info "Install Date" install_date
2016-11-04 00:42:32 -06:00
info line_break
2016-11-04 00:42:32 -06:00
info cols
info line_break
2017-01-26 00:05:46 -07:00
2017-01-27 13:19:51 -07:00
# Testing.
2017-01-26 00:05:46 -07:00
prin "prin"
prin "prin" "prin"
# Testing no subtitles.
info uptime
info disk
2016-11-04 00:42:32 -06:00
}
refresh_rate="on"
shell_version="on"
cpu_display="infobar"
memory_display="infobar"
disk_display="infobar"
2017-01-01 17:34:42 -07:00
cpu_temp="C"