From 3d8790721f419d566f85bf987148868e6a9bb9aa Mon Sep 17 00:00:00 2001 From: Tobias Sachs Date: Sun, 4 Aug 2024 12:16:15 +0200 Subject: [PATCH] adjuste volume of broken audiodevicese... --- stow/bin/.bin/set-volume-balance.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 stow/bin/.bin/set-volume-balance.sh diff --git a/stow/bin/.bin/set-volume-balance.sh b/stow/bin/.bin/set-volume-balance.sh new file mode 100755 index 0000000..4ef5fe3 --- /dev/null +++ b/stow/bin/.bin/set-volume-balance.sh @@ -0,0 +1,6 @@ +#!/bin/bash +if [[ `hostname` == "wozi" ]]; then + systemctl --user restart pipewire.service + sleep 2s + /usr/bin/amixer sset Master '100%,78%' +fi -- 2.39.5