commit 8afa2eb59b5b0b2cd237911a81330016c340aa6c parent 3bdd14e69dc55dc2446251518a2528b08674f8e7 Author: Luke Smith <luke@lukesmith.xyz> Date: Sun, 9 Dec 2018 14:30:31 -0500 notify if trans not installed Diffstat:
M | .scripts/i3cmds/td-toggle | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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