mpd nf symbols

main
spinach 2 years ago
parent d6c7826637
commit 05dedb77dc

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

Loading…
Cancel
Save