/is-kde

Check if the current session runs KDE desktop (https://www.kde.org/)

Primary LanguageJavaScriptMIT LicenseMIT

is-kde Build Status Travis

Check if the current session runs KDE desktop.

Install

$ npm install --save is-kde

Usage

const isKde = require('is-kde');

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

API

isKde()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3