4.0.0 • Published 5 years ago

is-xfce v4.0.0

Weekly downloads
78
License
MIT
Repository
github
Last release
5 years ago

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

4.0.0

5 years ago

3.0.0

5 years ago

2.0.0

6 years ago

1.0.2

7 years ago

1.0.1

7 years ago

1.0.0

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago