Skip to content

soffes/Clock.saver

main
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
December 8, 2021 09:59
May 8, 2020 08:44
May 8, 2020 08:44
March 8, 2014 09:38
November 3, 2019 05:53
March 8, 2014 09:38

Clock.saver

Just a little Mac screensaver inspired by the Braun watches. You pick a model and style. Here’s a screenshot:

Clock Saver Screenshot

Installation

Download the latest release. Unzip and double-click.

Alternatively, if you're using Homebrew, you can run:

$ brew install --cask clocksaver

Preferences

Don’t forget to check out “Screen Saver Options…” in System Preferences. You can change the model and style to your liking.

Building

Xcode 9.3b4 is required since Clock.saver is written in Swift 4.1.

Watch Faces

The following models are implemented:

  • BN0021 Range
    • BN0021BKBKG: Black
    • BN0021WHBRG: Brown
  • BN0032 Range
    • BN0032WHBKG: White
    • BN0032BKBKG: Black
  • BN0095 Range
    • BN0095BKBKBKG: Black
    • BN0095BKSLBKG: Silver
  • BN0111 Sports Range
    • BN0111WHBLG: Blue
    • BN0111BKORG: Orange
    • BN0111WHGYG: Grey
    • BN0111BKBKG: Black
    • BN0111BKLGYG: Light grey

Eventually, I'd love to have them all implemented. Here's my progress.

Enjoy.