]> src.twobees.de Git - dotfiles.git/commitdiff
adjuste volume of broken audiodevicese...
authorTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sun, 4 Aug 2024 10:16:15 +0000 (12:16 +0200)
committerTobias Sachs <git-pngdhxpf-ts@twobees.de>
Sun, 4 Aug 2024 10:16:15 +0000 (12:16 +0200)
stow/bin/.bin/set-volume-balance.sh [new file with mode: 0755]

diff --git a/stow/bin/.bin/set-volume-balance.sh b/stow/bin/.bin/set-volume-balance.sh
new file mode 100755 (executable)
index 0000000..4ef5fe3
--- /dev/null
@@ -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