From f8acb4edc93d2570856381eb7fb6f75db3955cf6 Mon Sep 17 00:00:00 2001 From: Luca Matei Pintilie Date: Tue, 21 Dec 2021 21:26:50 +0100 Subject: Initial commit2 --- .config/eww/scripts/get_mastervol | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 .config/eww/scripts/get_mastervol (limited to '.config/eww/scripts/get_mastervol') diff --git a/.config/eww/scripts/get_mastervol b/.config/eww/scripts/get_mastervol new file mode 100755 index 0000000..e1fd62a --- /dev/null +++ b/.config/eww/scripts/get_mastervol @@ -0,0 +1,2 @@ +#!/bin/sh +amixer get Master | awk '$0~/%/{print $4}' | tr -d '[%]' -- cgit v1.2.3