Conky configuration that goes the extra mile to integrate your daily tasks into it!
Provides a real-time system monitor and task manager right on your Linux desktop using Conky and a lightweight CLI-based to-do list — all fully integrated and easy to control via terminal.
- Real-time CPU, RAM, Disk, Network monitoring
- IP + current weather displayed live (no API keys required)
- Interactive To-Do List shown on your desktop
- Fully terminal-controlled with the
todolistCLI - Lightweight: single file CLI + single Conky config
git clone https://github.com/azythromycin/conky-todo.git
cd conky-todochmod +x install.sh
./install.shconky -c ~/.config/conky/my_conky.lua &(To kick off conky with this config automatically at the time of login, add the above mentioned command to "Startup Applications")
Click on the '+' icon and select the 'custom command' option (or something similar if you're using a different DE)

To add a task(s):
Notice that each task you add is assigned to a number. You use that number to refer to the task when you want to remove it from your list.
To remove a task(s), you mark it as 'done' with the reference number that came with it at the time of adding

To view all tasks:
todolist listIf you ever want to locate the task file for any reason, it is located in:
~/.config/conky/todo.txtInstall these dependencies (if not already installed):
sudo apt install conky-all curl python3Made with caffeine by @azythromycin

