diff options
| author | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:11:42 -0400 |
|---|---|---|
| committer | Loic Guegan <manzerbredes@mailbox.org> | 2019-10-06 23:11:42 -0400 |
| commit | cff911ff54cf7375d3d6ec9c10a2950760a6cb52 (patch) | |
| tree | e890f5697c608ef59b466c2ab6340946dd493cce | |
| parent | 71688839f0c3fb8107bbea27eb6cb1b4d8277e4a (diff) | |
Add todo
| -rw-r--r-- | TODO.org | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/TODO.org b/TODO.org new file mode 100644 index 0000000..aecc969 --- /dev/null +++ b/TODO.org @@ -0,0 +1,17 @@ +#+TITLE: "i3-colors Project Todo List" +#+AUTHOR: "Loic Guegan" + +- Refactoring [0/3]: + - [ ] Change src/parser.py name + - [ ] Change src/theme.py name + - [ ] Improve function/variables names + +- YAML Theme Parser [0/1]: + - [ ] Improve yaml theme loader reliability + +- Theme applying algorithm [0/2]: + - [ ] Improve efficiency + - [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser) + +- General [0/1]: + - [ ] Improve user API |
