Compare commits

..

No commits in common. "b39cde24de9bf3a91c4097685ad8fededade1aa0" and "eb3eab92ae90c262a13a5f642580e219ad9d931b" have entirely different histories.

2 changed files with 10 additions and 8 deletions

View file

@ -17,12 +17,14 @@ if [ "$volume" -lt "10" ]; then
fi
if [ "$volume" -gt "84" ]; then
echo "🔊 $volume%"
elif [ "$volume" -gt "44" ]; then
echo "🔉 $volume%"
elif [ "$volume" -gt "0" ]; then
echo "🔈 $volume%"
if [ "$volume" -gt "99" ]; then
echo "$volume%"
elif [ "$volume" -gt "65" ]; then
echo "$volume%"
elif [ "$volume" -gt "30" ]; then
echo "$volume%"
elif [ "$volume" -gt "10" ]; then
echo "$volume%"
else
echo "🔇"
echo "$volume%"
fi

View file

@ -25,7 +25,7 @@
margin: 5px;
border: none; /* border around each individual item within the search results */
background-color: trans; /* background behind each individual item within the search results */
color: #ffffff;
color: ffffff;
}
/* Remove the search icon */