Skip to content

Get the path to the active icon theme. Works on Ubuntu only.

Notifications You must be signed in to change notification settings

iamtekeste/active-icon-theme-path

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

#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

About

Get the path to the active icon theme. Works on Ubuntu only.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published