aboutsummaryrefslogtreecommitdiff
path: root/TODO.org
blob: aa4520b8cd0b5b314853898f5791a9c625e2a33d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
#+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 [2/4]:
  - [ ] Improve efficiency
  - [ ] Bugs may appear here! Found them...
  - [X] 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

- Theme Extracttion [1/1]:
  - [X] Handle variable usage

- General [2/2]:
  - [X] Improve user API
  - [X] Allow -r option (restart i3)