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.
56 lines
1.1 KiB
56 lines
1.1 KiB
#!/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 "Install Date" install_date |
|
|
|
info line_break |
|
info cols |
|
info line_break |
|
|
|
# Testing. |
|
prin "prin" |
|
prin "prin" "prin" |
|
|
|
# Testing no subtitles. |
|
info uptime |
|
info disk |
|
} |
|
|
|
refresh_rate="on" |
|
shell_version="on" |
|
cpu_display="infobar" |
|
memory_display="infobar" |
|
disk_display="infobar" |
|
cpu_temp="C"
|
|
|