aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLoic Guegan <manzerbredes@mailbox.org>2019-10-09 13:45:59 -0400
committerLoic Guegan <manzerbredes@mailbox.org>2019-10-09 13:45:59 -0400
commit187bc897af4a20b70acce1851e4064f23801dcbd (patch)
tree14bd9f47c7cf124449875ac62915e3fefde49046
parent25f0eca1e41f2af57268cd5ae48972b530378816 (diff)
Remove TODO.org (useless now)v0.1.0
-rw-r--r--TODO.org23
1 files changed, 0 insertions, 23 deletions
diff --git a/TODO.org b/TODO.org
deleted file mode 100644
index aa4520b..0000000
--- a/TODO.org
+++ /dev/null
@@ -1,23 +0,0 @@
-#+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)