diff options
author | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-12 16:40:19 +0100 |
---|---|---|
committer | InigoGutierrez <inigogf.95@gmail.com> | 2018-12-12 16:40:19 +0100 |
commit | b022a45f840b0b8d12e7e6cddd0b49fd0317afa7 (patch) | |
tree | 19096fcb599ef4d8e02bcf1c2adc9dbd4731c48a | |
parent | eec7698efec7169432787423bf94bfc7836761d5 (diff) | |
download | scripts-b022a45f840b0b8d12e7e6cddd0b49fd0317afa7.tar.gz scripts-b022a45f840b0b8d12e7e6cddd0b49fd0317afa7.zip |
cmusPlay.sh now notifies i3blocks.
-rwxr-xr-x | cmusPlay.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmusPlay.sh b/cmusPlay.sh index 270a3f2..cd2b364 100755 --- a/cmusPlay.sh +++ b/cmusPlay.sh @@ -5,3 +5,5 @@ if ! pgrep -x cmus ; then else cmus-remote -u fi + +pkill -SIGRTMIN+12 i3blocks |