summaryrefslogtreecommitdiffstats
path: root/.scripts/i3torrent
blob: a3676497fd888c4234b7ab0dbae420f7ae2b9f8c (plain) (blame)
1
2
3
4
5
6
7
#!/bin/bash
case $BLOCK_BUTTON in
    1) $TERMINAL -e transmission-remote-cli
esac

transmission-remote -l | grep % | sed -e "s/.*100%.*/Z/g;s/.*Idle.*/A/g;s/.*%.*/M/g" | sort -h | uniq -c | sed -e "s/Z/🌱/g;s/A/⌛️/g;s/M/⬇️/g" | awk '{print $2, $1}' | tr '\n' ' '