From 8244dc52a2ce4ca82702ddb1cfa560dafea7c5d4 Mon Sep 17 00:00:00 2001 From: har0ke Date: Fri, 8 Sep 2023 01:25:39 +0200 Subject: [PATCH] Allow volumes above 100% --- etc/acpi/volume.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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"