From 912b711a1208bc11784de94b9ea01e3099b65af2 Mon Sep 17 00:00:00 2001 From: Thanos Apollo Date: Fri, 5 May 2023 16:39:35 +0300 Subject: scripts: Add weather and sound scripts --- scripts/sound.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 scripts/sound.sh (limited to 'scripts/sound.sh') 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) -- cgit v1.2.3