summaryrefslogtreecommitdiff
path: root/.i3/scripts/i3mpdupdate
diff options
context:
space:
mode:
Diffstat (limited to '.i3/scripts/i3mpdupdate')
-rwxr-xr-x.i3/scripts/i3mpdupdate6
1 files changed, 6 insertions, 0 deletions
diff --git a/.i3/scripts/i3mpdupdate b/.i3/scripts/i3mpdupdate
new file mode 100755
index 0000000..881b68f
--- /dev/null
+++ b/.i3/scripts/i3mpdupdate
@@ -0,0 +1,6 @@
+#!/bin/bash
+while : ; do
+ mpc idle > /dev/null
+ pkill -RTMIN+11 i3blocks ;
+done
+