trans svgs

This commit is contained in:
Luke Smith 2019-01-20 22:30:28 -05:00
parent 93a58a4944
commit 54bc5b4689
No known key found for this signature in database
GPG Key ID: 4C50B54A911F6252

View File

@ -7,6 +7,6 @@
# transmission-daemon sometimes fails to take remote requests in its first
# moments.
pgrep -x transmission-da || (transmission-daemon && note "Starting daemon..." "$PIX/dl.png" && sleep 3 && pkill -RTMIN+7 i3blocks)
pgrep -x transmission-da || (transmission-daemon && note "Starting daemon..." "$PIX/dl.svg" && sleep 3 && pkill -RTMIN+7 i3blocks)
transmission-remote -a "$@" && note "Torrent added." "$PIX/dl.png"
transmission-remote -a "$@" && note "Torrent added." "$PIX/dl.svg"