#!/bin/sh if [ "$1" == "up" ]; then wpctl set-volume @DEFAULT_SINK@ 5%+ -l 1.0 else wpctl set-volume @DEFAULT_SINK@ 5%- -l 1.0 fi