From c4d0e3de7ad04114797abb14368e4a6f8da04a60 Mon Sep 17 00:00:00 2001 From: Sebastiano Tronto Date: Fri, 8 May 2026 23:55:30 +0200 Subject: Updates from alpine --- scripts/old/volume | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100755 scripts/old/volume (limited to 'scripts/old/volume') diff --git a/scripts/old/volume b/scripts/old/volume deleted file mode 100755 index 8dcd36a..0000000 --- a/scripts/old/volume +++ /dev/null @@ -1,13 +0,0 @@ -#!/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