This commit is contained in:
iFargle 2023-08-17 10:49:02 +09:00
parent f448ced6f7
commit db399795a8

View file

@ -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.
} }