diff options
author | Thanos Apollo <[email protected]> | 2023-05-05 16:39:35 +0300 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2023-05-05 16:39:35 +0300 |
commit | 912b711a1208bc11784de94b9ea01e3099b65af2 (patch) | |
tree | b5d6204c7a18ac471d4156b3e7b4d7256752c1cb /scripts/sound.sh | |
parent | c55745c436057857e2dfa11d2086e650c5a5b848 (diff) |
scripts: Add weather and sound scripts
Diffstat (limited to 'scripts/sound.sh')
-rwxr-xr-x | scripts/sound.sh | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/scripts/sound.sh b/scripts/sound.sh new file mode 100755 index 0000000..8c19a5b --- /dev/null +++ b/scripts/sound.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +awk -F"[][]" '/Left:/ { print $2 }' <(amixer sget Master) |