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

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 2.0.0
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 2.0.0
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i active-icon-theme-path

Weekly Downloads

1

Version

2.0.0

License

ISC

Last publish

Collaborators

  • iamtekeste