Skip to content
/ is-lxde Public

Check if the current session runs LXDE desktop

License

Notifications You must be signed in to change notification settings

t1st3/is-lxde

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-lxde Build Status Travis

Check if the current session runs LXDE desktop.

Install

$ npm install --save is-lxde

Usage

const isLxde = require('is-lxde');

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

API

isLxde()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3