Skip to content

t1st3/is-xfce

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

58 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

is-xfce Build Status Travis

Check if the current session runs XFCE desktop.

Install

$ npm install --save is-xfce

Usage

const isXfce = require('is-xfce');

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

API

isXfce()

Returns a Promise that resolves either to true or false.

Related

License

MIT © t1st3