dotfiles
Seven years worth of accumulated configuration cruft
dotfiles/scripts/.local/bin/torrent-done
Download raw file: scripts/.local/bin/torrent-done
#!/bin/sh # Run by transmission-daemon when a torrent is finished # Depends on libnotify and dunst # Add the following line to ~/.config/transmission-daemon/settings.json: # "script-torrent-done-enabled": true, # "script-torrent-done-filename": "/home/you/.local/bin/torrent-done", notify-send "transmission-daemon:" "$TR_TORRENT_NAME has been downloaded to $TR_TORRENT_DIR"