active-icon-theme-name
v2.0.1
Published
Get the currently used icon theme. Works in Ubuntu only.
Downloads
5
Maintainers
Readme
#active-icon-theme-name
Get the name of the currently used icon theme.
Install
$ npm install --save active-icon-theme-name
Tested on Ubuntu.
Usage
var iconThemeName = require('active-icon-theme-name');
iconThemeName().then(name => {
console.log(name);
//=> 'name of the currently used icon theme'
//eg. Ultra-Flat
});
License
MIT © Tekeste G