mpd nf symbols
This commit is contained in:
parent
d6c7826637
commit
05dedb77dc
@ -76,7 +76,7 @@ if [[ ${status} == *"repeat: on"* ]]; then
|
|||||||
elif [[ ${status} == *"repeat: off"* ]]; then
|
elif [[ ${status} == *"repeat: off"* ]]; then
|
||||||
urgent="-u 4"
|
urgent="-u 4"
|
||||||
else
|
else
|
||||||
option_5=" Parsing Error"
|
option_5=" Parsing Error"
|
||||||
fi
|
fi
|
||||||
# Random
|
# Random
|
||||||
if [[ ${status} == *"random: on"* ]]; then
|
if [[ ${status} == *"random: on"* ]]; then
|
||||||
@ -84,7 +84,7 @@ if [[ ${status} == *"random: on"* ]]; then
|
|||||||
elif [[ ${status} == *"random: off"* ]]; then
|
elif [[ ${status} == *"random: off"* ]]; then
|
||||||
[ -n "$urgent" ] && urgent+=",5" || urgent="-u 5"
|
[ -n "$urgent" ] && urgent+=",5" || urgent="-u 5"
|
||||||
else
|
else
|
||||||
option_6=" Parsing Error"
|
option_6=" Parsing Error"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# Rofi CMD
|
# Rofi CMD
|
||||||
|
Loading…
x
Reference in New Issue
Block a user