From 8554f423459fd7db81a6eaf76ea472eb821d933f Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Sat, 26 May 2018 06:55:25 +1000 Subject: [PATCH] song: Remove locale override. --- neofetch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neofetch b/neofetch index 33b0d68f..f2b12f7c 100755 --- a/neofetch +++ b/neofetch @@ -2458,7 +2458,7 @@ get_song() { [[ "$song" != *[a-z]* ]] && { unset -v song; return; } - LC_ALL="$sys_locale" IFS=$'\n' read -d "" -r artist album title <<< "${song//-@-/$'\n'}" + IFS=$'\n' read -d "" -r artist album title <<< "${song//-@-/$'\n'}" # Display Artist, Album and Title on separate lines. if [[ "$song_shorthand" == "on" ]]; then