diff options
| author | bboudreaux28 <72909044+bboudreaux28@users.noreply.github.com> | 2021-04-24 16:40:33 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-24 17:40:33 -0400 |
| commit | 5e53f5f467829c742586d38eb17a1c3efd18f6bf (patch) | |
| tree | 9b477e21f639145eef8a9dd2b9f9c75c4ac5097f /.local/bin | |
| parent | 2440ad83e9e9cf2f927efbaef618513e0df3cbda (diff) | |
| download | eibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.tar.gz eibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.tar.zst eibhear-5e53f5f467829c742586d38eb17a1c3efd18f6bf.zip | |
fixed typo (#940)
changed "tranmission" to "transmission"
Diffstat (limited to '.local/bin')
| -rwxr-xr-x | .local/bin/td-toggle | 2 |
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}" |
