#!/bin/sh if [ $1 = up ]; then wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%+ ##increase by 2% elif [ $1 = down ];then wpctl set-volume @DEFAULT_AUDIO_SINK@ 2%- ##decrease by 2% fi