Various modifications

This commit is contained in:
Loic Guegan 2019-10-08 15:31:42 -04:00
parent 5dc172040f
commit 6294588e8b
2 changed files with 8 additions and 7 deletions

View file

@ -9,15 +9,15 @@
- [ ] Improve yaml theme loader reliability - [ ] Improve yaml theme loader reliability
- [X] Allow several metadata - [X] Allow several metadata
- Theme applying algorithm [1/4]: - Theme applying algorithm [2/4]:
- [ ] Improve efficiency - [ ] Improve efficiency
- [ ] Bugs may appear here! Found them... - [ ] Bugs may appear here! Found them...
- [ ] Assume that theme to apply is well formated (checked in YAML Theme Parser) - [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 - [X] If there is no "colors" field in "bar" section, we still need to apply theme
- Theme Extracttion [0/1]: - Theme Extracttion [1/1]:
- [ ] Handle variable usage - [X] Handle variable usage
- General [1/2]: - General [2/2]:
- [ ] Improve user API - [X] Improve user API
- [X] Allow -r option (restart i3) - [X] Allow -r option (restart i3)

View file

@ -19,7 +19,8 @@ bar_colors:
border: '#FFCB21' border: '#FFCB21'
text: '#ffffff' text: '#ffffff'
meta: meta:
description: Generated From i3-colors author: lasers
url: https://github.com/okraits/j4-make-config
window_colors: window_colors:
focused: focused:
background: '#2d76f6' background: '#2d76f6'