active-icon-theme-path

2.0.0 • Public • Published

active-icon-theme-path

Get the path to the currently used icon theme.

Install

$ npm install --save active-icon-theme-path

Tested on Ubuntu.

Usage

var iconThemePath = require('active-icon-theme-path');
 
iconThemePath().then(path => {
    console.log(path);
    //=> '/usr/share/icons/name-of-the-active-icon-theme'
});

License

MIT © Tekeste G

/active-icon-theme-path/

    Package Sidebar

    Install

    npm i active-icon-theme-path

    Weekly Downloads

    1

    Version

    2.0.0

    License

    ISC

    Last publish

    Collaborators

    • iamtekeste