Workaholic - linux 下的定时提醒休息
出自Guoshuang Wiki
1. Open your /etc/apt/sources.list file with gedit text editor:
sudo gedit /etc/apt/sources.list
2. Add this line:
deb http://mundogeek.net/repo ubuntu all
3. Update the list of packages:
sudo apt-get update
4. Workaholic requires python-imaging package, you can install it with this command:
sudo apt-get install python-imaging
5. Install Workaholic:
sudo apt-get install workaholic
