From af844bbc44741a971614175248cc29505d1acbd1 Mon Sep 17 00:00:00 2001 From: Aargh Rai Date: Mon, 8 Dec 2025 16:58:52 +0530 Subject: replaced wofi with custom app menu + right side apps bar + organization of qml files --- quickshell/volume.sh | 2 -- 1 file changed, 2 deletions(-) delete mode 100755 quickshell/volume.sh (limited to 'quickshell/volume.sh') diff --git a/quickshell/volume.sh b/quickshell/volume.sh deleted file mode 100755 index 3059255..0000000 --- a/quickshell/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