Releases: altdesktop/i3-style
Releases · altdesktop/i3-style
Version 1.0.2
Version 1.0.1
i3-style has been completely rewritten in Rust.
https://crates.io/crates/i3-style
Adds the following new themes:
Version 0.10.0
Version 0.9.0
Version 0.9.0 adds the gruvbox theme by @freeware-preacher.
Version 0.8.0
Version 0.5.0
Version 0.4.0
Version 0.4.0 includes the following new features
- the tomorrow-night-80s theme by @jmfurlott
- the --to-theme switch to convert a config file to a theme
Version 0.3.0
Version 0.3.0 adds the Slate theme and the Seti theme by @jodyribton.
Version 0.2.3
This release adds the lime
theme by @wei2912.
Version 0.2.2
This release adds some new command line options, some tests, and bugfixes
- Bugfix: ignore single-line bar blocks (one of these is in the default config)
- Add the -s "save" option - sets the output file to the path of the input file
- Add the -r "reload" option - calls
i3-msg reload
after writing - Automatically create a backup when writing - backup is written to /tmp/config.bak.[TIMESTAMP]
- Add mocha and chai tests - run with
cake test
- Remove
lib/*.js
from the repository and add a prepublish script to build coffeescript files