From df55f83d1394842559abfa3ebb883dc4ce99975b Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Tue, 13 Feb 2024 13:21:05 +0100 Subject: Minor adjustments to cmusShow.sh and vol.sh. --- vol.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'vol.sh') diff --git a/vol.sh b/vol.sh index 6b8081f..b40f380 100755 --- a/vol.sh +++ b/vol.sh @@ -9,7 +9,7 @@ else fi text="$(~/scripts/i3blocks/i3vol.sh)" -vol="$(echo "$text" | cut -d' ' -f2-)" +vol="$(echo "$text" | grep -Eo '[0-9]+')" dunstify -r "$(dunstifyIDs.sh "vol")" \ -t 500 \ -- cgit v1.2.1