diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-05-07 09:07:47 -0700 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-05-07 09:07:47 -0700 |
| commit | 87761558d932405f7cde5b4460ddfb13cc2bd06a (patch) | |
| tree | c67ac067c397b76c35d49c084b24902243dfc3d5 /.scripts/i3mpdupdate | |
| parent | a3fe42d0a5a51989f8dd0b82a61c2154b0ca64e1 (diff) | |
| download | eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.gz eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.tar.zst eibhear-87761558d932405f7cde5b4460ddfb13cc2bd06a.zip | |
i3blocks more minimal; audio handler
Diffstat (limited to '.scripts/i3mpdupdate')
| -rwxr-xr-x | .scripts/i3mpdupdate | 5 |
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 |
