t1st3 / is-cinnamon

Check if the current session runs Cinnamon desktop

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

is-cinnamon Build Status Travis

Check if the current session runs Cinnamon desktop.

Install

$ npm install --save is-cinnamon

Usage

const isCinnamon = require('is-cinnamon');

isCinnamon.then(data => {
  console.log(data);
  //=> true or false
});

API

isCinnamon()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3

About

Check if the current session runs Cinnamon desktop

License:MIT License


Languages

Language:JavaScript 100.0%