i3-colors/TODO.org

24 lines
694 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 19:08:16 -04:00
- Refactoring [1/2]:
2019-10-07 09:29:21 -04:00
- [X] Change src/parser.py name => now config.py
2019-10-06 23:11:42 -04:00
- [ ] Improve function/variables names
2019-10-07 19:08:16 -04:00
- YAML Theme Parser [1/2]:
2019-10-06 23:11:42 -04:00
- [ ] Improve yaml theme loader reliability
2019-10-07 19:08:16 -04:00
- [X] Allow several metadata
2019-10-06 23:11:42 -04:00
2019-10-08 15:31:42 -04:00
- Theme applying algorithm [2/4]:
2019-10-06 23:11:42 -04:00
- [ ] Improve efficiency
2019-10-07 19:08:16 -04:00
- [ ] Bugs may appear here! Found them...
2019-10-08 15:31:42 -04:00
- [X] Assume that theme to apply is well formated (checked in YAML Theme Parser)
2019-10-07 19:08:16 -04:00
- [X] 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-08 15:31:42 -04:00
- Theme Extracttion [1/1]:
- [X] Handle variable usage
2019-10-08 10:25:08 -04:00
2019-10-08 15:31:42 -04:00
- General [2/2]:
- [X] Improve user API
2019-10-07 08:23:28 -04:00
- [X] Allow -r option (restart i3)