summaryrefslogtreecommitdiff
path: root/scripts/sound.sh
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2023-05-05 16:39:35 +0300
committerThanos Apollo <[email protected]>2023-05-05 16:39:35 +0300
commit912b711a1208bc11784de94b9ea01e3099b65af2 (patch)
treeb5d6204c7a18ac471d4156b3e7b4d7256752c1cb /scripts/sound.sh
parentc55745c436057857e2dfa11d2086e650c5a5b848 (diff)
scripts: Add weather and sound scripts
Diffstat (limited to 'scripts/sound.sh')
-rwxr-xr-xscripts/sound.sh3
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)