You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
48 lines
975 B
48 lines
975 B
#!/usr/bin/env bash |
|
# |
|
# Neofetch config file for travis.ci |
|
# https://github.com/dylanaraps/neofetch |
|
|
|
print_info() { |
|
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 |
|
info "Theme" theme |
|
info "Icons" icons |
|
info "Terminal" term |
|
info "Terminal Font" term_font |
|
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 |
|
info "Users" users |
|
info "Birthday" birthday |
|
|
|
info line_break |
|
info cols |
|
info line_break |
|
} |
|
|
|
refresh_rate="on" |
|
shell_version="on" |
|
cpu_display="infobar" |
|
memory_display="infobar" |
|
disk_display="infobar" |
|
cpu_temp="on"
|
|
|