index
:
eibhear
master
Unnamed repository; edit this file 'description' to name the repository.
git daemon user
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
.scripts
/
i3mpdupdate
blob: 9aa871fb19929df7e7fc6335caf44d22bebab9e0 (
plain
) (
blame
)
1
2
3
4
5
#!/bin/bash while : ; do mpc idle > /dev/null pkill -RTMIN+11 i3blocks ; done