From 7467ce3a2d1b088060e1cc70540790f034c72f9c Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 1 Aug 2024 17:40:27 +0000 Subject: [PATCH] Add eww/sh/actions/vol/vol_dec.sh --- eww/sh/actions/vol/vol_dec.sh | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 eww/sh/actions/vol/vol_dec.sh diff --git a/eww/sh/actions/vol/vol_dec.sh b/eww/sh/actions/vol/vol_dec.sh new file mode 100644 index 0000000..f5fabdf --- /dev/null +++ b/eww/sh/actions/vol/vol_dec.sh @@ -0,0 +1,4 @@ +#!/bin/bash + +amixer sset Master 5%- +../../osd/osd.sh osd_vol \ No newline at end of file