Latest updates to DE

This commit is contained in:
Alex Selimov 2025-05-26 22:27:48 -04:00
parent 4f621f9874
commit 41c39315b6
26 changed files with 60 additions and 65 deletions

View file

@ -3,12 +3,16 @@
vol="$(pamixer --get-volume)"
if [ "$vol" -gt "70" ]; then
#if [ "$vol" -gt "70" ]; then
# icon="󰕾"
#elif [ "$vol" -gt "30" ]; then
# icon="󰖀"
#el
if [ "$vol" -gt "0" ]; then
icon="󰕾"
elif [ "$vol" -gt "30" ]; then
icon="󰖀"
else
icon="󰕿"
icon=""
fi
echo "$icon $vol%"
echo "$icon "