Update
This commit is contained in:
@@ -10,10 +10,10 @@ print_info() {
|
||||
|
||||
info "OS" distro
|
||||
info "Terminal" term
|
||||
info "Shell" shell
|
||||
info "Font" font
|
||||
info "Packages" packages
|
||||
info "Terminal Font" term_font
|
||||
info "Shell" shell
|
||||
# info "Font" font
|
||||
info "Packages" packages
|
||||
info "WM" wm
|
||||
info "WM Theme" wm_theme
|
||||
# info "Theme" theme
|
||||
@@ -22,6 +22,7 @@ print_info() {
|
||||
# info "CPU Usage" cpu_usage
|
||||
# info "GPU" gpu
|
||||
info "Memory" memory
|
||||
info "Disk" disk
|
||||
# info "Resolution" resolution
|
||||
# info "Uptime" uptime
|
||||
info "Install Date" install_date
|
||||
@@ -32,7 +33,6 @@ print_info() {
|
||||
# info "Kernel" kernel
|
||||
# info "DE" de
|
||||
# info "GPU Driver" gpu_driver # Linux only
|
||||
# info "Disk" disk
|
||||
# info "Battery" battery
|
||||
# info "Local IP" local_ip
|
||||
# info "Public IP" public_ip
|
||||
@@ -322,7 +322,7 @@ public_ip_host="http://ident.me"
|
||||
# disk_show=('/'):
|
||||
# 'Disk (/): 74G / 118G (66%)'
|
||||
#
|
||||
disk_show=('/')
|
||||
disk_show=('/' '/dev/sda3')
|
||||
|
||||
# Disk subtitle.
|
||||
# What to append to the Disk subtitle.
|
||||
|
||||
Reference in New Issue
Block a user