blob: a54c291b9884fc940972cb9535f925a70bbf3104 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
#+TITLE: "i3-colors Project Todo List"
#+AUTHOR: "Loic Guegan"
- Refactoring [1/3]:
- [X] Change src/parser.py name => now config.py
- [ ] 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)
|