Fix dwmblocks-volume

This commit is contained in:
Alexander Rosenberg 2023-06-07 15:30:14 -07:00
parent def7285b73
commit ca5b3e68ba
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -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=''