diff options
| author | Aargh Rai <aargh.rai+git@gmail.com> | 2026-01-07 13:28:24 +0530 |
|---|---|---|
| committer | Aargh Rai <aargh.rai+git@gmail.com> | 2026-01-07 13:28:24 +0530 |
| commit | c55dd3075dbd7271b285da15bfad25a0f5ef47f9 (patch) | |
| tree | 394563df320c6ef837a52b939e63ffd40bec5552 /quickshell/scripts | |
| parent | aa0bdc1e4b65e3fbbb10c49cd1d4e20d491359b3 (diff) | |
how was volume even working upto now
Diffstat (limited to 'quickshell/scripts')
| -rwxr-xr-x | quickshell/scripts/volume.sh | 2 |
1 files changed, 0 insertions, 2 deletions
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" |
