From 57c8948e4e65d9af28a441ef2c38a974c29f90dd Mon Sep 17 00:00:00 2001 From: Joe Date: Fri, 16 Jun 2023 17:07:08 +0200 Subject: up --- .local/bin/status/sb-volume | 2 ++ 1 file changed, 2 insertions(+) (limited to '.local/bin/status/sb-volume') diff --git a/.local/bin/status/sb-volume b/.local/bin/status/sb-volume index 402431d..bc1ca97 100755 --- a/.local/bin/status/sb-volume +++ b/.local/bin/status/sb-volume @@ -1,5 +1,7 @@ #!/bin/sh +[ $(hostname -s) = "mars" ] || return + vol="$(mixer vol | awk '{print $7}' | cut -d ':' -f1)" if [ "$vol" -gt "0" ]; then -- cgit v1.2.3