Remove neofetch
This commit is contained in:
parent
d1016f5f76
commit
cb16d832b2
1 changed files with 0 additions and 39 deletions
|
@ -1,39 +0,0 @@
|
||||||
print_info () {
|
|
||||||
info title
|
|
||||||
info underline
|
|
||||||
|
|
||||||
info "Host" 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
|
|
||||||
|
|
||||||
# The lines below with a '#' in front are additional info functions
|
|
||||||
# that are disabled by default. Removing the '#' enables them and adding
|
|
||||||
# a '#' to the start disables them again. You can add a '#' to any of the
|
|
||||||
# lines in this function to disable their output.
|
|
||||||
|
|
||||||
# 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 cols
|
|
||||||
}
|
|
Loading…
Reference in a new issue