diff --git a/config/config b/config/config index 7ca00952..53add8f2 100644 --- a/config/config +++ b/config/config @@ -37,6 +37,7 @@ print_info() { # info "Public IP" public_ip # info "Users" users # info "Install Date" install_date + # info "Locale" locale # This only works on glibc systems. info line_break info cols diff --git a/neofetch b/neofetch index dd442009..34afac30 100755 --- a/neofetch +++ b/neofetch @@ -1997,6 +1997,10 @@ get_install_date() { install_date="$(convert_time "${install_date[@]}")" } +get_locale() { + locale="$sys_locale" +} + get_cols() { if [[ "$color_blocks" == "on" ]]; then # Convert the width to space chars.