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() {
|
||||
info title
|
||||
info underline
|
||||
|
||||
info "OS" distro
|
||||
info "Host" model
|
||||
info "Kernel" kernel
|
||||
|
@ -15,17 +14,6 @@ print_info() {
|
|||
info "Locale" locale # This only works on glibc systems.
|
||||
info "Resolution" resolution
|
||||
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 Usage" cpu_usage
|
||||
info "GPU" gpu
|
||||
|
@ -36,9 +24,19 @@ print_info() {
|
|||
info "Local IP" local_ip
|
||||
info "Public IP" public_ip
|
||||
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 "Install Date" install_date
|
||||
info cols
|
||||
}
|
||||
|
||||
|
||||
|
|
|
@ -1,3 +1,4 @@
|
|||
#!/bin/bash
|
||||
|
||||
neofetch --off --disable cols --disable term --stdout
|
||||
echo
|
||||
neofetch --stdout
|
||||
|
|
Loading…
Reference in a new issue