commit b51dc418c618884017f2dc6e54153da2a98e743d parent 266cd8d6ccd6a1833dacd68b0141299a3bc1aeed Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 20 Jan 2019 22:30:28 -0500 trans svgs Diffstat:
M | .scripts/tools/transadd | | | 4 | ++-- |
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git 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"