diff options
| author | Luke Smith <luke@lukesmith.xyz> | 2018-12-09 14:30:31 -0500 |
|---|---|---|
| committer | Luke Smith <luke@lukesmith.xyz> | 2018-12-09 14:30:31 -0500 |
| commit | 8afa2eb59b5b0b2cd237911a81330016c340aa6c (patch) | |
| tree | db00fb83578ec19d7f9a955a7fbb99335a60252c | |
| parent | 3bdd14e69dc55dc2446251518a2528b08674f8e7 (diff) | |
| download | eibhear-8afa2eb59b5b0b2cd237911a81330016c340aa6c.tar.gz eibhear-8afa2eb59b5b0b2cd237911a81330016c340aa6c.tar.zst eibhear-8afa2eb59b5b0b2cd237911a81330016c340aa6c.zip | |
notify if trans not installed
| -rwxr-xr-x | .scripts/i3cmds/td-toggle | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.scripts/i3cmds/td-toggle b/.scripts/i3cmds/td-toggle index 4eb6652..6489626 100755 --- a/.scripts/i3cmds/td-toggle +++ b/.scripts/i3cmds/td-toggle @@ -2,7 +2,7 @@ # If transmission-daemon is running, will ask to kill, else will ask to start. -[ ! -f /usr/bin/transmission-daemon ] && echo "Transmission not installed." && exit +[ ! -f /usr/bin/transmission-daemon ] && notify-send "Transmission daemon not installed." && exit if pgrep -x transmission-da >/dev/null ; then |
