Skip to content
/ is-kde Public
forked from t1st3/is-kde

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

License

Notifications You must be signed in to change notification settings

cotko/is-kde

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

48 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%