diff --git a/eww/sh/actions/vol/vol_mute.sh b/eww/sh/actions/vol/vol_mute.sh new file mode 100644 index 0000000..dbe7f92 --- /dev/null +++ b/eww/sh/actions/vol/vol_mute.sh @@ -0,0 +1,5 @@ +#!/bin/bash + +#Using amixer +amixer sset Master toggle +/home/lcm/.config/eww/sh/osd/osd.sh osd_vol \ No newline at end of file