test
This commit is contained in:
parent
f448ced6f7
commit
db399795a8
1 changed files with 14 additions and 14 deletions
|
@ -32,21 +32,21 @@ print_info() {
|
||||||
info "$(color 15)├$(color 6) Shell" shell
|
info "$(color 15)├$(color 6) Shell" shell
|
||||||
info "$(color 15)└$(color 6) Font" term_font
|
info "$(color 15)└$(color 6) Font" term_font
|
||||||
|
|
||||||
# info "Disk" disk
|
info "Disk" disk
|
||||||
# info "WM Theme" wm_theme
|
info "WM Theme" wm_theme
|
||||||
# info "Theme" theme
|
info "Theme" theme
|
||||||
# info "Icons" icons
|
info "Icons" icons
|
||||||
# info "DE" de
|
info "DE" de
|
||||||
# info "WM" wm
|
info "WM" wm
|
||||||
# info "CPU Usage" cpu_usage
|
info "CPU Usage" cpu_usage
|
||||||
# info "Battery" battery
|
info "Battery" battery
|
||||||
# info "Font" font
|
info "Font" font
|
||||||
# info "Song" song
|
info "Song" song
|
||||||
# [[ $player ]] && prin "Music Player" "$player"
|
# [[ $player ]] && prin "Music Player" "$player"
|
||||||
# info "Local IP" local_ip
|
info "Local IP" local_ip
|
||||||
# info "Public IP" public_ip
|
info "Public IP" public_ip
|
||||||
# info "Users" users
|
info "Users" users
|
||||||
# info "Locale" locale # This only works on glibc systems.
|
info "Locale" locale # This only works on glibc systems.
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue