commit 6e2cf6bfe9f4922179d1b3852d03308e496a07d9 parent cedcf69fbdef95fb1586ae6a97de921d01f21444 Author: bdmfegys@duck.com <bdmfegys@duck.com> Date: Sun, 28 Apr 2024 13:53:10 -0400 volume.sh: switch get_volume function to use pamixer --get-volume Diffstat:
| M | extras/volume.sh | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/extras/volume.sh b/extras/volume.sh @@ -10,7 +10,7 @@ # $./volume.sh mute function get_volume { - /usr/local/bin/getvolume get_volume + pamixer --get-volume } #function is_mute {