mirror of
https://github.com/dylanaraps/neofetch.git
synced 2025-12-24 04:22:32 +00:00
song: Remove locale override.
This commit is contained in:
2
neofetch
2
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
|
||||
|
||||
Reference in New Issue
Block a user