diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2019-01-20 22:30:28 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2019-01-20 22:30:28 -0500 |
| commit | b51dc418c618884017f2dc6e54153da2a98e743d (patch) | |
| tree | ed588b1eb290ee3bd06488cbca68c336ef799722 | |
| parent | 266cd8d6ccd6a1833dacd68b0141299a3bc1aeed (diff) | |
| download | eibhear-b51dc418c618884017f2dc6e54153da2a98e743d.tar.gz eibhear-b51dc418c618884017f2dc6e54153da2a98e743d.tar.zst eibhear-b51dc418c618884017f2dc6e54153da2a98e743d.zip | |
trans svgs
| -rwxr-xr-x | .scripts/tools/transadd | 4 |
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" |
