summaryrefslogtreecommitdiffstats
path: root/.local
diff options
context:
space:
mode:
authorYigit Sever2021-10-23 00:14:25 +0300
committerYigit Sever2021-10-23 00:14:25 +0300
commit92d39143e2c1a9af85e1f99801005f458046a1fa (patch)
tree7d8cb5c1290e60586662039d95f033d5e3b1eeb0 /.local
parent219bbbf368e80038c9071c6f922cb49877ce447a (diff)
downloaddotfiles-92d39143e2c1a9af85e1f99801005f458046a1fa.tar.gz
dotfiles-92d39143e2c1a9af85e1f99801005f458046a1fa.tar.bz2
dotfiles-92d39143e2c1a9af85e1f99801005f458046a1fa.zip
td: use correct nextcloud
diffstat (limited to '.local')
-rwxr-xr-x.local/bin/td2
1 files changed, 1 insertions, 1 deletions
diff --git a/.local/bin/td b/.local/bin/td
index f15c0c6..dad71f1 100755
--- a/.local/bin/td
+++ b/.local/bin/td
@@ -21,6 +21,6 @@ if [[ $? -ne 0 ]]; then
21 exit 0 21 exit 0
22fi 22fi
23 23
24echo REM "${task_date}" AT "${task_time}" +45 *15 MSG %\""${task_description}"%\" %c% >> "${HOME}/nextcloud/remind/050-events.rem" 24echo REM "${task_date}" AT "${task_time}" +45 *15 MSG %\""${task_description}"%\" %c% >> "${HOME}/nextcloud/virtuals/remind/050-events.rem"
25 25
26notify-send "notification set!" "${task_date} at ${task_time}" --app-name="remind" --icon="checkmark" 26notify-send "notification set!" "${task_date} at ${task_time}" --app-name="remind" --icon="checkmark"