i3-colors/TODO.org
2019-10-07 08:23:28 -04:00

20 lines
608 B
Org Mode

#+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/2]:
- [ ] Improve yaml theme loader reliability
- [ ] Allow several metadata
- Theme applying algorithm [0/3]:
- [ ] Improve efficiency
- [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser)
- [ ] If there is no "colors" field in "bar" section, we still need to apply theme
- General [1/2]:
- [ ] Improve user API
- [X] Allow -r option (restart i3)