I3 Style Versions Save

🎨 Make your i3 config a little more stylish.

v1.0.2

5 years ago

This version contains some bugfixes.

  • Fix panic when config does not validate (#43)
  • Fix some other error logic in the cli

v1.0.1

5 years ago

i3-style has been completely rewritten in Rust.

https://crates.io/crates/i3-style

Adds the following new themes:

  • oceanic-next by @weberval
  • Alphare theme by @Alphare

v0.10.0

7 years ago

This version adds two new themes.

  • icelines theme by @mbfraga
  • mate theme by @bkhl

v0.9.0

8 years ago

Version 0.9.0 adds the gruvbox theme by @freeware-preacher.

v0.8.0

8 years ago

Version 0.8.0 adds the following new themes:

  • deep purple theme by @jcpst
  • flat gray by @djornada

And the following bug fixes:

  • Add new line to end of config file when validating
  • Clarify -o command line option
  • Fix packaging bug so dev dependencies actually install

v0.5.0

8 years ago

Bump to version 0.5.0

Version 0.5.0 adds the following new themes:

  • The purple theme by @AAlakkad
  • The base-16-tomorrow theme by @parnmatt

v0.4.0

9 years ago

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

v0.3.0

9 years ago

Version 0.3.0 adds the Slate theme and the Seti theme by @jodyribton.

v0.2.3

9 years ago

This release adds the lime theme by @wei2912.

v0.2.2

10 years ago

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