Fix config neofetch
This commit is contained in:
parent
52bd7fde86
commit
d34d1cb4b9
2 changed files with 13 additions and 14 deletions
|
@ -5,7 +5,6 @@
|
||||||
print_info() {
|
print_info() {
|
||||||
info title
|
info title
|
||||||
info underline
|
info underline
|
||||||
|
|
||||||
info "OS" distro
|
info "OS" distro
|
||||||
info "Host" model
|
info "Host" model
|
||||||
info "Kernel" kernel
|
info "Kernel" kernel
|
||||||
|
@ -15,17 +14,6 @@ print_info() {
|
||||||
info "Locale" locale # This only works on glibc systems.
|
info "Locale" locale # This only works on glibc systems.
|
||||||
info "Resolution" resolution
|
info "Resolution" resolution
|
||||||
prin
|
prin
|
||||||
info "DE" de
|
|
||||||
info "WM" wm
|
|
||||||
info "WM Theme" wm_theme
|
|
||||||
info "Theme" theme
|
|
||||||
info "Icons" icons
|
|
||||||
info "Font" font
|
|
||||||
prin
|
|
||||||
info "Shell" shell
|
|
||||||
info "Terminal" term
|
|
||||||
info "Terminal Font" term_font
|
|
||||||
prin
|
|
||||||
info "CPU" cpu
|
info "CPU" cpu
|
||||||
info "CPU Usage" cpu_usage
|
info "CPU Usage" cpu_usage
|
||||||
info "GPU" gpu
|
info "GPU" gpu
|
||||||
|
@ -36,9 +24,19 @@ print_info() {
|
||||||
info "Local IP" local_ip
|
info "Local IP" local_ip
|
||||||
info "Public IP" public_ip
|
info "Public IP" public_ip
|
||||||
prin
|
prin
|
||||||
|
info "DE" de
|
||||||
|
info "WM" wm
|
||||||
|
info "WM Theme" wm_theme
|
||||||
|
info "Theme" theme
|
||||||
|
info "Icons" icons
|
||||||
|
info "Font" font
|
||||||
|
prin
|
||||||
|
info "Shell" shell
|
||||||
|
info "Terminal" term
|
||||||
|
info "Terminal Font" term_font
|
||||||
|
info cols
|
||||||
info "Song" song
|
info "Song" song
|
||||||
#info "Install Date" install_date
|
#info "Install Date" install_date
|
||||||
info cols
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
neofetch --off --disable cols --disable term --stdout
|
echo
|
||||||
|
neofetch --stdout
|
||||||
|
|
Loading…
Reference in a new issue