diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-08-21 02:06:06 -0400 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-08-21 02:06:06 -0400 |
| commit | 98abc0921710524938fd24b5a9dd4a4ad0bea593 (patch) | |
| tree | d49cd66db53ef35f58243c8debd2ff815abf27ae | |
| parent | 74d169974ab2c777189727e5fc41e84916dba878 (diff) | |
| download | eibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.tar.gz eibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.tar.zst eibhear-98abc0921710524938fd24b5a9dd4a4ad0bea593.zip | |
i3mpdupate w/o mpd fix
| -rwxr-xr-x | .scripts/i3mpdupdate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.scripts/i3mpdupdate b/.scripts/i3mpdupdate index 95f16f6..646b49e 100755 --- a/.scripts/i3mpdupdate +++ b/.scripts/i3mpdupdate @@ -3,6 +3,7 @@ [ "$(pgrep -x i3mpdupdate | wc -l)" -gt 2 ] && exit while : ; do + pgrep -x mpd || exit mpc idle > /dev/null pkill -RTMIN+11 i3blocks ; done |
