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