Compare commits

...

2 commits

Author SHA1 Message Date
b39cde24de [sway] Corrige les icones de volume 2025-01-14 18:04:31 +01:00
c1df0800a9 [sway] Typo 2025-01-14 18:04:00 +01:00
2 changed files with 8 additions and 10 deletions

View file

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

View file

@ -25,7 +25,7 @@
margin: 5px; margin: 5px;
border: none; /* border around each individual item within the search results */ border: none; /* border around each individual item within the search results */
background-color: trans; /* background behind 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 */ /* Remove the search icon */