From 43c22715e10b2e9b7df127b59167d015b8bc84f8 Mon Sep 17 00:00:00 2001 From: Candifloss Date: Thu, 1 Aug 2024 17:39:25 +0000 Subject: [PATCH] Add eww/sh/actions/vol/vol_inc.sh --- eww/sh/actions/vol/vol_inc.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 eww/sh/actions/vol/vol_inc.sh diff --git a/eww/sh/actions/vol/vol_inc.sh b/eww/sh/actions/vol/vol_inc.sh new file mode 100644 index 0000000..389ae34 --- /dev/null +++ b/eww/sh/actions/vol/vol_inc.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#Using amixer +amixer sset Master 5%+ +/home/lcm/.config/eww/sh/osd/osd.sh osd_vol \ No newline at end of file