Skip to content

Latest commit

 

History

History
44 lines (38 loc) · 891 Bytes

README.md

File metadata and controls

44 lines (38 loc) · 891 Bytes

To do background system

To do background system is an application that shows tasks directly on wallpaper.

Requirements

python3
texlive
poppler-utils
feh

You can install them on your own or by running install_requirements.sh script.

$ sudo ./install_requirements.sh

Installation

$ git clone https://github.com/tdadela/Todo-background-system.git
$ cd Todo-background-system
$ ./setup.sh

Usage

Adding tasks.
./add [task name]

$ ./add feed cat
$ ./add take control of the country

screenshot add command Finishing tasks.
./finish [task number]
Task number is visible on wallpaper.

$ ./finish 1

screenshot add command

Contributing

Pull requests are welcome. For considerable changes, please open an issue first to discuss what you would like to change.

License

MIT