diff options
author | awy <awy@awy.one> | 2025-08-23 18:24:57 +0300 |
---|---|---|
committer | awy <awy@awy.one> | 2025-08-23 18:24:57 +0300 |
commit | f6eb419f887574e580ca5d1b018d056a124486eb (patch) | |
tree | 278c4bd77340c34d396c156a7584bd7723f84b14 /.local/bin/transadd | |
parent | 40819a26ba4c8a292bff3f2a477498a5e32e6ca5 (diff) | |
download | hyprdots-f6eb419f887574e580ca5d1b018d056a124486eb.tar.gz |
icons
Diffstat (limited to '.local/bin/transadd')
-rwxr-xr-x | .local/bin/transadd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/transadd b/.local/bin/transadd index ee7e162..6e832e2 100755 --- a/.local/bin/transadd +++ b/.local/bin/transadd @@ -6,4 +6,4 @@ pidof transmission-daemon >/dev/null || (transmission-daemon && notify-send "Starting transmission daemon..." && sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-waybar}") -transmission-remote -a "$@" && notify-send "🔽 Torrent added." +transmission-remote -a "$@" && notify-send " Torrent added." |