Update sound and brightness scripts

This commit is contained in:
2024-08-24 16:49:55 -07:00
parent c331844f0d
commit 7b473511a1
2 changed files with 9 additions and 3 deletions

View File

@ -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