Use ~/.todo.txt instead of ~/.todo.org

This commit is contained in:
Anthony Rose 2021-02-01 13:19:13 +00:00
parent 5a28ddf271
commit d3e446db46

View file

@ -1,8 +1,8 @@
#!/usr/bin/env xdg-open
[Desktop Entry]
Name=To-do list
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.org
Name=TODO list
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.txt
Icon=task-due
Type=Application
Categories=Office