electron-autotheme
TypeScript icon, indicating that this package has built-in type declarations

1.3.2 • Public • Published

Electron AutoTheme

FOSSA Status

The specified function is triggered at sunset and sunrise.

Example

import { AutoTheme } from "electron-autotheme";

function setWindowTheme(useDark: boolean) {
    /* ... */
}

new AutoTheme(setWindowTheme);

// With electron-store
const store = new Store();

new AutoTheme(setWindowTheme, store);

Electron Store

If you want to use electron-store to store the last location (for 48 hours), you can pass it as the second argument.

Example

{
    "electron-autotheme": {
        "location": {
            "latitude": 0,
            "longitude": 0
        },
        "date": "2020-01-01T00:00:00.000Z"
    }
}

Licenses

kelektiv/node-cron - MIT
IonicaBizau/node-ipinfo - MIT

FOSSA Status

Readme

Keywords

Package Sidebar

Install

npm i electron-autotheme

Weekly Downloads

2

Version

1.3.2

License

MIT

Unpacked Size

12.3 kB

Total Files

7

Last publish

Collaborators

  • n0chteil