From 05dedb77dcc062c2ee636d76d993a982242a9adc Mon Sep 17 00:00:00 2001 From: spinach <19keegandeppe@gmail.com> Date: Sat, 11 Feb 2023 19:27:09 -0500 Subject: [PATCH] mpd nf symbols --- scripts/mpd/mpd.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/mpd/mpd.sh b/scripts/mpd/mpd.sh index 16f4c25..af3d993 100755 --- a/scripts/mpd/mpd.sh +++ b/scripts/mpd/mpd.sh @@ -76,7 +76,7 @@ if [[ ${status} == *"repeat: on"* ]]; then elif [[ ${status} == *"repeat: off"* ]]; then urgent="-u 4" else - option_5=" Parsing Error" + option_5="󰑖 Parsing Error" fi # Random if [[ ${status} == *"random: on"* ]]; then @@ -84,7 +84,7 @@ if [[ ${status} == *"random: on"* ]]; then elif [[ ${status} == *"random: off"* ]]; then [ -n "$urgent" ] && urgent+=",5" || urgent="-u 5" else - option_6=" Parsing Error" + option_6="󰒝 Parsing Error" fi # Rofi CMD