diff --git a/README.markdown b/README.markdown index 7e147de..a871aa1 100644 --- a/README.markdown +++ b/README.markdown @@ -1,8 +1,9 @@ # Lighting - Control LIFX lights from your Mac [![GitHub release](https://img.shields.io/github/release/tatey/Lighting.svg)](https://github.com/tatey/Lighting/releases/latest) [![GitHub license](https://img.shields.io/github/license/tatey/Lighting.svg)](https://raw.githubusercontent.com/tatey/Lighting/master/LICENSE.txt) -A Mac OS X widget for toggling LIFX lights on and off via the [LIFX HTTP API](http://api.developer.lifx.com/docs). +A Mac OS X widget for controlling LIFX lights via the [LIFX HTTP API](http://api.developer.lifx.com/docs). -![Video recording of using the widget](Screenshot-Preview.gif) +![](Screenshot-Preview-1.gif) +![](Screenshot-Preview-2.gif) *Note: This is not an official LIFX project. Built on top of [LIFXHTTPKit](https://github.com/tatey/LIFXHTTPKit).* @@ -15,7 +16,7 @@ Requires Mac OS X 10.10 Yosemite. 2. Open "Lighting.app" and login with your personal access token. 3. Open Notification Center and add the "Lighting" widget. -Alternatively, you can install via Homebrew-Cask (Thanks @jamesottaway). +Alternatively, you can install via Homebrew-Cask. $ brew cask install lighting @@ -56,6 +57,13 @@ for toggling lights on and off. 3. Run 4. Pick "Widget Simulator" when prompted to run the application +## Special Thanks + +Thanks to the following people for helping to improve this project: + +* [@lparry](https://github.com/lparry) +* [@jamesottaway](https://github.com/jamesottaway) + ## Copyright Following files, directories and their contents are copyright [Webalys Limited](http://streamlineicons.com). diff --git a/Screenshot-Preview.gif b/Screenshot-Preview-1.gif similarity index 100% rename from Screenshot-Preview.gif rename to Screenshot-Preview-1.gif diff --git a/Screenshot-Preview-2.gif b/Screenshot-Preview-2.gif new file mode 100644 index 0000000..0989433 Binary files /dev/null and b/Screenshot-Preview-2.gif differ