Fix sound-control.sh
This commit is contained in:
parent
01eeaa5417
commit
0c1a9e1697
@ -19,6 +19,9 @@ function print_help {
|
||||
let notify=1
|
||||
|
||||
function notify_vol {
|
||||
if ! ((${notify})); then
|
||||
return
|
||||
fi
|
||||
let vol="$(pamixer --get-volume)"
|
||||
local icon
|
||||
if [[ "$(pamixer --get-mute)" == 'true' ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user