#!/bin/bash if [[ $(pamixer --get-volume) -lt 150 ]]; then pamixer -i 5 --allow-boost fi