is-cinnamon
v3.0.0
Published
Check if the current session runs Cinnamon desktop
Downloads
32
Maintainers
Readme
is-cinnamon
Check if the current session runs Cinnamon desktop.
Install
$ npm install --save is-cinnamon
Usage
const isCinnamon = require('is-cinnamon');
isCinnamon.then(data => {
console.log(data);
//=> true or false
});
API
isCinnamon()
Returns a Promise
that resolves either to true
or false
.
Related
- desktop-env | A desktop environment detector based on this module and the following ones
- is-gnome | Check if the current session runs Gnome desktop.
- is-kde | Check if the current session runs KDE desktop.
- is-lxde | Check if the current session runs LXDEdesktop.
- is-mate | Check if the current session runs Mate desktop.
- is-sugar | Check if the current session runs Sugar desktop.
- is-unity | Check if the current session runs Unity desktop.
- is-xfce | Check if the current session runs XFCE desktop.
License
MIT © t1st3