summaryrefslogtreecommitdiffstats
path: root/.scripts/tools/transadd
diff options
context:
space:
mode:
authorLuke Smith <luke@lukesmith.xyz>2019-01-20 22:30:28 -0500
committerLuke Smith <luke@lukesmith.xyz>2019-01-20 22:30:28 -0500
commitb51dc418c618884017f2dc6e54153da2a98e743d (patch)
treeed588b1eb290ee3bd06488cbca68c336ef799722 /.scripts/tools/transadd
parent266cd8d6ccd6a1833dacd68b0141299a3bc1aeed (diff)
downloadeibhear-b51dc418c618884017f2dc6e54153da2a98e743d.tar.gz
eibhear-b51dc418c618884017f2dc6e54153da2a98e743d.tar.zst
eibhear-b51dc418c618884017f2dc6e54153da2a98e743d.zip
trans svgs
Diffstat (limited to '.scripts/tools/transadd')
-rwxr-xr-x.scripts/tools/transadd4
1 files changed, 2 insertions, 2 deletions
diff --git a/.scripts/tools/transadd b/.scripts/tools/transadd
index 8cc7e80..0ab4784 100755
--- a/.scripts/tools/transadd
+++ b/.scripts/tools/transadd
@@ -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"