Some changes
This commit is contained in:
@ -24,10 +24,12 @@ function notify_vol {
|
||||
local icon
|
||||
if [[ "$(pamixer --get-mute)" == 'true' ]]; then
|
||||
icon=''
|
||||
elif (( ${vol} > 50 )); then
|
||||
elif (( ${vol} >= 50 )); then
|
||||
icon=''
|
||||
elif (( ${vol} >= 0 )); then
|
||||
elif ((${vol} > 0)); then
|
||||
icon=''
|
||||
elif ((${vol} == 0)); then
|
||||
icon=''
|
||||
else
|
||||
icon='?'
|
||||
fi
|
||||
|
Reference in New Issue
Block a user