workstation/roles/home-gui/templates/todo.desktop

9 lines
161 B
Desktop File
Raw Normal View History

2020-06-11 10:09:17 +00:00
#!/usr/bin/env xdg-open
[Desktop Entry]
2021-02-01 13:19:13 +00:00
Name=TODO list
Exec=/usr/bin/xdg-open {{ ansible_env.HOME }}/.todo.txt
2020-06-11 10:09:17 +00:00
Icon=task-due
Type=Application
Categories=Office