From 2146a88fd2a53479561fd31866bf427d6ef5ec23 Mon Sep 17 00:00:00 2001 From: Kjetil Orbekk Date: Sat, 28 Nov 2015 10:09:33 -0500 Subject: Fix volume i3block. --- i3blocks.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/i3blocks.conf b/i3blocks.conf index 769ab6f..2c0d847 100644 --- a/i3blocks.conf +++ b/i3blocks.conf @@ -11,8 +11,9 @@ markup=none [volume] label=♪ interval=once -instance=Master +#instance=Master #instance=PCM +command=amixer -c 1 get Master | /usr/bin/grep -E -o '[0-9]*%' | head -n 1 interval=30 signal=10 -- cgit v1.2.3