-
Notifications
You must be signed in to change notification settings - Fork 47
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
29 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,37 @@ | ||
# Clock.saver | ||
|
||
Just a little screensaver for Mac inspired by the [Braun BN0032](http://braun-clocks.com/watch/BN0032). You pick a light or dark style. Here’s a screenshot: | ||
Just a little Mac screensaver inspired by the [Braun watches](http://braun-clocks.com/watches). You pick a model and style. Here’s a screenshot: | ||
|
||
![Screenshot](http://soff.me/UOr3/clock-screenshot-0.3.0.png) | ||
|
||
|
||
## Installation | ||
|
||
[Download the latest release](https://github.com/soffes/clock-saver/releases). Unzip and double-click. | ||
**[Download the latest release](https://github.com/soffes/clock-saver/releases).** Unzip and double-click. | ||
|
||
|
||
## Watch Faces | ||
|
||
The following models are implemented: | ||
|
||
* [BN0021 Range](http://braun-clocks.com/watch/BN0021BKBKG) | ||
* BN0021BKBKG: Black | ||
* BN0021WHBRG: Brown | ||
* [BN0032 Range](http://braun-clocks.com/watch/BN0032) | ||
* BN0032WHBKG: White | ||
* BN0032BKBKG: Black | ||
* [BN0111 Sports Range](http://braun-clocks.com/watch/BN0111) | ||
* BN0111WHBLG: Blue | ||
* BN0111BKORG: Orange | ||
* BN0111WHGYG: Grey | ||
* BN0111BKBKG: Black | ||
* BN0111BKLGYG: Light grey | ||
|
||
Eventually, I'd love to have them all implemented. Here's my [progress](Coverage.markdown). | ||
|
||
|
||
## Preferences | ||
|
||
Don’t forget to check out “Screen Saver Options…” in System Preferences. You can change the style and show and hide all of the components to customize to your liking. | ||
Don’t forget to check out “Screen Saver Options…” in System Preferences. You can change the model and style to your liking. | ||
|
||
Enjoy. |