diff --git a/bumblebee/modules/todo.py b/bumblebee/modules/todo.py index b26d7c7..8a524cd 100644 --- a/bumblebee/modules/todo.py +++ b/bumblebee/modules/todo.py @@ -2,6 +2,9 @@ """Displays the number of todo items from a text file +Requires the following executable: + * xdg-open + Parameters: * todo.file: File to read TODOs from (defaults to ~/Documents/todo.txt) """