i3blocks more minimal; audio handler

This commit is contained in:
Luke Smith
2018-05-07 09:07:47 -07:00
parent a3fe42d0a5
commit 87761558d9
6 changed files with 115 additions and 101 deletions

5
.scripts/i3mpdupdate Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/bash
while : ; do
mpc idle > /dev/null
pkill -RTMIN+11 i3blocks ;
done