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