summaryrefslogtreecommitdiffstats
path: root/.scripts/i3mpdupdate
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2018-05-07 09:07:47 -0700
committerLuke Smith <luke@lukesmith.xyz>2018-05-07 09:07:47 -0700
commit87761558d932405f7cde5b4460ddfb13cc2bd06a (patch)
treec67ac067c397b76c35d49c084b24902243dfc3d5 /.scripts/i3mpdupdate
parenta3fe42d0a5a51989f8dd0b82a61c2154b0ca64e1 (diff)
downloadeibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.gz
eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.zst
eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.zip
i3blocks more minimal; audio handler
Diffstat (limited to '.scripts/i3mpdupdate')
-rwxr-xr-x.scripts/i3mpdupdate5
1 files changed, 5 insertions, 0 deletions
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