diff --git a/etc/acpi/volume.sh b/etc/acpi/volume.sh index 911fa8d..c70238f 100755 --- a/etc/acpi/volume.sh +++ b/etc/acpi/volume.sh @@ -16,9 +16,9 @@ do if [[ "${volume}" =~ "-" ]]; then volume="0" fi - if [ "${#volume}" -gt "2" ]; then - volume="100" - fi + #if [ "${#volume}" -gt "2" ]; then + # volume="100" + #fi fi echo "$volume"