From: Tobias Sachs Date: Sun, 4 Aug 2024 10:16:15 +0000 (+0200) Subject: adjuste volume of broken audiodevicese... X-Git-Url: https://src.twobees.de/?a=commitdiff_plain;h=3d8790721f419d566f85bf987148868e6a9bb9aa;p=dotfiles.git adjuste volume of broken audiodevicese... --- 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