mirror of
https://gitlab.com/manzerbredes/i3-colors.git
synced 2025-04-07 09:06:25 +02:00
20 lines
636 B
Org Mode
20 lines
636 B
Org Mode
#+TITLE: "i3-colors Project Todo List"
|
|
#+AUTHOR: "Loic Guegan"
|
|
|
|
- Refactoring [1/2]:
|
|
- [X] Change src/parser.py name => now config.py
|
|
- [ ] Improve function/variables names
|
|
|
|
- YAML Theme Parser [1/2]:
|
|
- [ ] Improve yaml theme loader reliability
|
|
- [X] Allow several metadata
|
|
|
|
- Theme applying algorithm [1/3]:
|
|
- [ ] Improve efficiency
|
|
- [ ] Bugs may appear here! Found them...
|
|
- [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser)
|
|
- [X] 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)
|