From 87761558d932405f7cde5b4460ddfb13cc2bd06a Mon Sep 17 00:00:00 2001 From: Luke Smith Date: Mon, 7 May 2018 09:07:47 -0700 Subject: i3blocks more minimal; audio handler --- .scripts/i3mpdupdate | 5 +++++ 1 file changed, 5 insertions(+) create mode 100755 .scripts/i3mpdupdate (limited to '.scripts/i3mpdupdate') diff --git a/.scripts/i3mpdupdate b/.scripts/i3mpdupdate new file mode 100755 index 0000000..9aa871f --- /dev/null +++ b/.scripts/i3mpdupdate @@ -0,0 +1,5 @@ +#!/bin/bash +while : ; do + mpc idle > /dev/null + pkill -RTMIN+11 i3blocks ; +done -- cgit v1.3.1