update status of change

This commit is contained in:
speedie 2022-12-01 22:54:27 +01:00
parent 4b143fa878
commit 8af696d6de

View file

@ -28,6 +28,8 @@ MUTE() {
fi
fi
fi
kill -38 $(pidof status)
}
RAISE() {
@ -48,6 +50,8 @@ RAISE() {
ls ${BINDIR}notify-send && notify-send " $(amixer -c 0 get Master | tail -n 1 | sed -r "s/.*\[(.*)%\].*/\1/")%"
fi
fi
kill -38 $(pidof status)
}
LOWER() {
@ -67,6 +71,8 @@ LOWER() {
test ${BINDIR}notify-send && notify-send " $(amixer -c 0 get Master | tail -n 1 | sed -r "s/.*\[(.*)%\].*/\1/")%"
fi
fi
kill -38 $(pidof status)
}
GETVOL() {