Just another clock, floating above all.
Configurable properties (with default values): format = "%H:%M", textFont = "Impact", textSize = 135, textColor = {hex="#1891C3"}, width = 320, height = 230, showDuration = 4, -- seconds hotkey = 'escape', hotkeyMods = {},
Download: https://github.com/Hammerspoon/Spoons/raw/master/Spoons/AClock.spoon.zip
| Signature | AClock:hide() |
|---|---|
| Type | Method |
| Description | Hide AClock. |
| Parameters |
|
| Returns |
|
| Source | Source/AClock.spoon/init.lua line 130 |
| Signature | AClock:init() |
|---|---|
| Type | Method |
| Description | init. |
| Parameters |
|
| Returns |
|
| Source | Source/AClock.spoon/init.lua line 54 |
| Signature | AClock:show() |
|---|---|
| Type | Method |
| Description | Show AClock. |
| Parameters |
|
| Returns |
|
| Source | Source/AClock.spoon/init.lua line 111 |
| Signature | AClock:toggleShow() |
|---|---|
| Type | Method |
| Description | Show AClock for 4 seconds. If already showing, hide it. |
| Parameters |
|
| Returns | |
| Source | Source/AClock.spoon/init.lua line 147 |
| Signature | AClock:toggleShowPersistent() |
|---|---|
| Type | Method |
| Description | Show AClock. If already showing, hide it. |
| Parameters |
|
| Returns | |
| Source | Source/AClock.spoon/init.lua line 168 |