Use ~/.todo.txt instead of ~/.todo.org
This commit is contained in:
parent
5a28ddf271
commit
d3e446db46
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
||||||
#!/usr/bin/env xdg-open
|
#!/usr/bin/env xdg-open
|
||||||
|
|
||||||
[Desktop Entry]
|
[Desktop Entry]
|
||||||
Name=To-do list
|
Name=TODO list
|
||||||
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.org
|
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.txt
|
||||||
Icon=task-due
|
Icon=task-due
|
||||||
Type=Application
|
Type=Application
|
||||||
Categories=Office
|
Categories=Office
|
||||||
|
|
Loading…
Reference in a new issue