From 60052659b98832c78c902e4f27ecee2663d8e913 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Wed, 6 May 2026 08:30:49 +0200 Subject: Added scripts --- scripts/old/volume | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100755 scripts/old/volume (limited to 'scripts/old/volume') diff --git a/scripts/old/volume b/scripts/old/volume new file mode 100755 index 0000000..8dcd36a --- /dev/null +++ b/scripts/old/volume @@ -0,0 +1,13 @@ +#!/bin/sh + +# Change volume and notify +# Usage: volume {+n|-n} +# Requires: pulsemixer, notify-send or similar + +#notify=notify-send +notify=herbe + +newvol=$(pulsemixer --change-volume "$1" --get-volume | awk '{print $1}') + +pkill herbe # comment this line too if not using herbe +$notify "Volume" "$newvol%" -- cgit v1.3