Skip to content

Latest commit

 

History

History
39 lines (24 loc) · 1.04 KB

README.md

File metadata and controls

39 lines (24 loc) · 1.04 KB

Logo

Clock is a simple clock module for looking glass

Screenshot

Usage

Clone the clock into a path under your modules path and add the module path to under modules in your configuration.

modules:
 - name: simple-clock
    url:  https://github.com/glasslabs/clock/releases/download/v1.0.0/clock.wasm
    position: top:right
    config:
      timeFormat: 15:04

Configuration

Time Format (timeFormat)

Default: 15:04

Formats the time display of the clock using Go's time formatting syntax.

Date Format (dateFormat)

Default: Monday, January 2

Formats the date display of the clock using Go's time formatting syntax.

Time Zone (timezone)

Default: Local

The timezone name according to IANA Time Zone databse