From 17df35dc088c9b1b159c2b78d8330fa9cc9a672a Mon Sep 17 00:00:00 2001 From: filip <“filip.rabiega@gmail.com”> Date: Wed, 21 Jan 2026 23:42:15 +0100 Subject: reformat most scripts --- echovol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'echovol') diff --git a/echovol b/echovol index 8413c1b..f0cc86a 100755 --- a/echovol +++ b/echovol @@ -5,7 +5,7 @@ volume=$(pactl list sinks | grep -A 15 'Sink #0' | grep 'Volume:' | awk '{print mute=$(pactl list sinks | grep -A 15 'Sink #0' | grep 'Mute' | awk '{print $2}') if [ "$mute" = "yes" ]; then - echo "mute" + echo "mute" else - echo "$volume%" + echo "$volume%" fi -- cgit v1.2.3