ulthar.xyz > Repos

dotfiles

Seven years worth of accumulated configuration cruft
About Files Commits git clone https://ulthar.xyz/repos/dotfiles/dotfiles.git

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"
Generated 2025-03-07 15:24:27 -0700 by RepoRat