To do background system is an application that shows tasks directly on wallpaper.
python3
texlive
poppler-utils
feh
You can install them on your own or by running install_requirements.sh script.
$ sudo ./install_requirements.sh
$ git clone https://github.com/tdadela/Todo-background-system.git
$ cd Todo-background-system
$ ./setup.sh
Adding tasks.
./add [task name]
$ ./add feed cat
$ ./add take control of the country
Finishing tasks.
./finish [task number]
Task number is visible on wallpaper.
$ ./finish 1
Pull requests are welcome. For considerable changes, please open an issue first to discuss what you would like to change.
MIT