Display Wunderlist open tasks on your desktop
- Mac OS X 10.9
- Übersicht
-
Open your widgets folder.
Select 'Open Widgets Folder' from the Übersicht menu in the top menu bar.
-
Move the widget to your widgets folder.
Drag the widget from your Downloads folder to the widgets folder you opened in step 1.
-
Configure widget
Open index.coffee file
#Enter your Wunderlist User Email email: 'email' #Enter your Wunderlist User Password password: 'password' #Show names of lists showListsNames: true, # true / false #Show lists by names #Example: ['Inbox', 'Products', 'Starred'] showLists: [] #show all by default #Show only a certain number of tasks from a specific list iNumbers: 'ListsName': 2 'Products': 1