home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Fri, 21 Mar 2025 18:31:37 +0000 (19:31 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Fri, 21 Mar 2025 18:31:37 +0000 (19:31 +0100)
testing/home/all/.nonpath_bins/plomlib.sh
testing/home/desktop/.local/bin/vol

index 61907b299a5f8a1611661fd70a3c7f4dfed6a4aa..a5b1cb013043795c1c03af7dc0813a4a0b519cee 100644 (file)
@@ -5,3 +5,5 @@ dot_shell_file_variants () {
         fi
     done
 }
         fi
     done
 }
+
+dot_shell_file_variants "${HOME}/.nonpath_bins/plomlib.sh"
index baa6936097140aeaa11d3b82fe3208f256b492ed..2cb591d413bc654b853930cc78073c9a4353d492 100755 (executable)
@@ -40,7 +40,7 @@ set_vol_percentage() {
     AT_FULL=65536
     pacmd set-sink-volume 0 $(calc "($1 * ${AT_FULL} // 100)")
     echo -n "Audio volume set to ${1}%."
     AT_FULL=65536
     pacmd set-sink-volume 0 $(calc "($1 * ${AT_FULL} // 100)")
     echo -n "Audio volume set to ${1}%."
-    dev_is_mute && echo -n " (But audio device is muted.)"
+    audio_dev_is_mute && echo -n " (But audio device is muted.)"
     echo
 }
 
     echo
 }