Latest updates to DE
This commit is contained in:
parent
4f621f9874
commit
41c39315b6
26 changed files with 60 additions and 65 deletions
|
@ -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 "
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue