updated config.conf
This commit is contained in:
parent
711d5b99d8
commit
296245053d
1 changed files with 11 additions and 7 deletions
|
|
@ -1,7 +1,11 @@
|
|||
# See this wiki page for more info:
|
||||
# https://github.com/dylanaraps/neofetch/wiki/Customizing-Info
|
||||
print_info() {
|
||||
info title
|
||||
#info title
|
||||
info underline
|
||||
info underline
|
||||
info underline
|
||||
info underline
|
||||
info underline
|
||||
|
||||
info "OS" distro
|
||||
|
|
@ -18,14 +22,14 @@ print_info() {
|
|||
#info "Icons" icons
|
||||
info "Terminal" term
|
||||
#info "Terminal Font" term_font
|
||||
info "CPU" cpu
|
||||
#info "CPU" cpu
|
||||
#info "CPU Usage" cpu_usage
|
||||
info "GPU" gpu
|
||||
info "GPU Driver" gpu_driver # Linux/macOS only
|
||||
info "Memory" memory
|
||||
#info "GPU" gpu
|
||||
#info "GPU Driver" gpu_driver # Linux/macOS only
|
||||
#info "Memory" memory
|
||||
|
||||
|
||||
info "Disk" disk
|
||||
#info "Disk" disk
|
||||
#info "Battery" battery
|
||||
#info "Font" font
|
||||
# info "Song" song
|
||||
|
|
@ -33,7 +37,7 @@ print_info() {
|
|||
#info "Local IP" local_ip
|
||||
#info "Public IP" public_ip
|
||||
# info "Users" users
|
||||
# info "Locale" locale # This only works on glibc systems.
|
||||
#info "Locale" locale # This only works on glibc systems.
|
||||
|
||||
#info cols
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue