i3-colors/TODO.org

20 lines
592 B
Org Mode
Raw Normal View History

2019-10-06 23:11:42 -04:00
#+TITLE: "i3-colors Project Todo List"
#+AUTHOR: "Loic Guegan"
2019-10-07 09:29:21 -04:00
- Refactoring [1/3]:
- [X] Change src/parser.py name => now config.py
2019-10-06 23:11:42 -04:00
- [ ] Improve function/variables names
2019-10-07 08:23:28 -04:00
- YAML Theme Parser [0/2]:
2019-10-06 23:11:42 -04:00
- [ ] Improve yaml theme loader reliability
2019-10-07 08:23:28 -04:00
- [ ] Allow several metadata
2019-10-06 23:11:42 -04:00
2019-10-07 08:23:28 -04:00
- Theme applying algorithm [0/3]:
2019-10-06 23:11:42 -04:00
- [ ] Improve efficiency
- [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser)
2019-10-07 08:23:28 -04:00
- [ ] If there is no "colors" field in "bar" section, we still need to apply theme
2019-10-06 23:11:42 -04:00
2019-10-07 08:23:28 -04:00
- General [1/2]:
2019-10-06 23:11:42 -04:00
- [ ] Improve user API
2019-10-07 08:23:28 -04:00
- [X] Allow -r option (restart i3)