awesome-wm-widgets/todo-widget
streetturtle baa9177b70 ultimate volume widget improvements 2020-12-14 22:33:56 -05:00
..
README.md Update README.md 2020-04-30 11:28:33 -04:00
checkbox-checked-symbolic.svg Fix #138 2020-05-18 22:19:57 -04:00
down.png [todo] allow to move items in the list 2020-08-11 21:15:38 -04:00
list-add-symbolic.svg Fix #138 2020-05-18 22:19:57 -04:00
todo.gif todo widget 2020-04-02 22:21:58 -04:00
todo.lua ultimate volume widget improvements 2020-12-14 22:33:56 -05:00
up.png [todo] allow to move items in the list 2020-08-11 21:15:38 -04:00
window-close-symbolic.svg Fix #138 2020-05-18 22:19:57 -04:00

README.md

ToDo Widget

This widget displays a list of to do items and allows to mark item as done/undone, delete an item and create new ones:

screenshot

Installation

Widget persists todo items as a JSON, so in order to simplify JSON serialisation/deserialisation download a json.lua from this repository: https://github.com/rxi/json.lua under ~/.config/awesone folder. And don't forget to star a repo :)

Then clone this repository under ~/.config/awesome/ and add the widget in rc.lua:

local todo_widget = require("awesome-wm-widgets.todo-widget.todo")
...
s.mytasklist, -- Middle widget
	{ -- Right widgets
    	layout = wibox.layout.fixed.horizontal,
		...
        -- default        
        todo_widget(),
		...      

Also note that widget uses Arc Icons and expects them to be installed under /usr/share/icons/Arc/.

Theming

Widget uses your theme's colors. In case you want to have different colors, without changing your theme, please create an issue for it. I'll extract them as a widget parameters.