Skip to content

Multiple timezone clocks๐Ÿ•’๐ŸŒ๐Ÿ••

License

Notifications You must be signed in to change notification settings

NikhilNN1998/mclocks

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

mclocks

Multiple timezone clocks๐Ÿ•’๐ŸŒ๐Ÿ••

screenshot

Download

From https://github.com/bayashi/mclocks/releases

For Windows, you can get .exe installer mclocks.Setup.X.X.X.exe.

For Mac, you can get .dmg file mclocks-X.X.X.dmg (Perhaps, you need Security setting to install .dmg from github.)

For Linux, not yet.

config.json

You can set configuration file as config.json to configure clocks you prefer.

screenshot

Location of config.json

  • Windows C:\Users\{USER}\AppData\Roaming\mclocks
  • Mac /Users/{USER}/Library/Application Support/mclocks

Example of config.json

It should be JSON file like below.

{
  "clocks": [
    { "name": "NY", "timezone": "America/New_York" },
    { "name": "London",   "timezone": "Europe/London" }
  ],
  "formatDateTime": "MM-DD ddd HH:mm",
  "localeDateTime": "en",
  "opacity": 1,
  "fontColor": "#fff",
  "fontSize": 14,
  "bgColor": "#151",
  "onlyText": false,
  "alwaysOnTop": false
}

Please refer to:

Window state file

If you want to reset your mclock where it's located in your screen, then please try to remove window-state.json in your App data directory. That file would be generated by mclock automatically to keep the location and the size of your mclocks.

How to close mclock

Windows

  • Right click, then select close
  • Alt + F4

Mac

  • Select Quit from Dock

About

Multiple timezone clocks๐Ÿ•’๐ŸŒ๐Ÿ••

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 91.0%
  • CSS 4.7%
  • HTML 4.3%