diff options
author | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 20:43:38 +0400 |
---|---|---|
committer | Suleyman Farajli <suleyman@farajli.net> | 2024-07-27 20:43:38 +0400 |
commit | b5a8bf94019bc215a10f8b63a59b8ef8bdd60ead (patch) | |
tree | 9b657eae7638dea4d3fc3131d9594e79f6e75212 /scripts/svol | |
parent | 912069b691d90123f8ddcb7c9473b0fa74d9116d (diff) |
svol: bug fix
Diffstat (limited to 'scripts/svol')
-rwxr-xr-x | scripts/svol | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/svol b/scripts/svol index 0f8fa5e..41edfbe 100755 --- a/scripts/svol +++ b/scripts/svol @@ -53,7 +53,7 @@ while getopts "i:d:s:pth" option; do "${0}: Failed to set volume" ;; t) - run "set-sink-volume @DEFAULT_SINK@ toggle" \ + run "pactl set-sink-volume @DEFAULT_SINK@ toggle" \ "${0}: Failed to toggle volume" ;; p) |