https://github.com/esporttoys/deskclock
A simple analog clock written in AutoIt
https://github.com/esporttoys/deskclock
analog-clock autoit gdi windows11
Last synced: 13 days ago
JSON representation
A simple analog clock written in AutoIt
- Host: GitHub
- URL: https://github.com/esporttoys/deskclock
- Owner: EsportToys
- Created: 2023-02-19T11:29:15.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-25T16:38:53.000Z (almost 3 years ago)
- Last Synced: 2025-02-23T20:41:52.661Z (over 1 year ago)
- Topics: analog-clock, autoit, gdi, windows11
- Language: AutoIt
- Homepage:
- Size: 33.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: docs/README.md
Awesome Lists containing this project
README
# DeskClock
A simple analog clock written in AutoIt

## Features
* Literally just a clock
* Draggable and always on top, but does not steal window focus.
* Tray icon to toggle visibility. No extra icon in taskbar.
* Customization via .ini, timezone offset via cmdline flag
## Configuration
Edit the `options.ini` file located at the script's working directory.
Out-of-box values:
```
[Options]
ClockRadius=60
HoursRadius=25
MinutesRadius=42
SecondsRadius=50
InnerRadius60=57
InnerRadius12=45
HubRadius=2
ClockColor=0xffffff
BaseColor=0x000000
BaseOpacity=192
HoursColor=0xffff00
MinutesColor=0x00ffff
SecondsColor=0xff00ff
```
## Command Line
You can change the hours offset from your system time by launching with the desired value as a flag.
For example:
```
-3
```
will launch the clock with a negative three hour offset from the system hour.
You can set the flag as a shortcut to the .vbs stub itself:
