From c55dd3075dbd7271b285da15bfad25a0f5ef47f9 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Wed, 7 Jan 2026 13:28:24 +0530 Subject: how was volume even working upto now --- quickshell/scripts/volume.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 quickshell/scripts/volume.sh (limited to 'quickshell/scripts') diff --git a/quickshell/scripts/volume.sh b/quickshell/scripts/volume.sh deleted file mode 100755 index 3059255..0000000 --- a/quickshell/scripts/volume.sh +++ /dev/null @@ -1,2 +0,0 @@ -volume=$(pactl get-sink-volume @DEFAULT_SINK@ | grep -Po '\d+(?=%)' | head -n 1) -echo "$volume" -- cgit v1.2.3