summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorbboudreaux28 <72909044+bboudreaux28@users.noreply.github.com>2021-04-24 16:40:33 -0500
committerGitHub <noreply@github.com>2021-04-24 17:40:33 -0400
commit5e53f5f467829c742586d38eb17a1c3efd18f6bf (patch)
tree9b477e21f639145eef8a9dd2b9f9c75c4ac5097f /.local
parent2440ad83e9e9cf2f927efbaef618513e0df3cbda (diff)
downloadeibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.tar.gz
eibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.tar.zst
eibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.zip
fixed typo (#940)
changed "tranmission" to "transmission"
Diffstat (limited to '.local')
-rwxr-xr-x.local/bin/td-toggle2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/td-toggle b/.local/bin/td-toggle
index d2ba76a..3c20ea1 100755
--- a/.local/bin/td-toggle
+++ b/.local/bin/td-toggle
@@ -7,6 +7,6 @@ then
[ "$(printf "No\\nYes" | dmenu -i -p "Turn off transmission-daemon?")" = "Yes" ] && killall transmission-da && notify-send "transmission-daemon disabled."
else
ifinstalled transmission-cli || exit
- [ "$(printf "No\\nYes" | dmenu -i -p "Turn on transmission daemon?")" = "Yes" ] && transmission-daemon && notify-send "tranmission-daemon enabled."
+ [ "$(printf "No\\nYes" | dmenu -i -p "Turn on transmission daemon?")" = "Yes" ] && transmission-daemon && notify-send "transmission-daemon enabled."
fi
sleep 3 && pkill -RTMIN+7 "${STATUSBAR:-dwmblocks}"