Update sound and brightness scripts
This commit is contained in:
@ -19,9 +19,7 @@ function print_help {
|
||||
let notify=1
|
||||
|
||||
function notify_vol {
|
||||
if ! ((${notify})); then
|
||||
return
|
||||
fi
|
||||
((${notify})) || return
|
||||
let vol="$(pamixer --get-volume)"
|
||||
local icon
|
||||
if [[ "$(pamixer --get-mute)" == 'true' ]]; then
|
||||
|
Reference in New Issue
Block a user