Fix dwmblocks-volume
This commit is contained in:
parent
def7285b73
commit
ca5b3e68ba
@ -6,7 +6,7 @@ if [[ "$(pamixer --get-mute)" = "true" ]]; then
|
||||
icon=''
|
||||
elif ((${volume} > 50)); then
|
||||
icon=''
|
||||
elif ((${volume} > 0)); then
|
||||
elif ((${volume} >= 0)); then
|
||||
icon=''
|
||||
else
|
||||
icon='?'
|
||||
|
Loading…
Reference in New Issue
Block a user