0.0.1 • Published 9 years ago

gnome-shell-gsettings v0.0.1

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

gnome-shell-gsettings

GNOME Shell extension utility for retrieving GSettings.

Building

This module's source uses ES6 classes and modules, to build it into an ES5 UMD module run npm run build.

Usage

To use in an extension, include the UMD module or use a module bundler like Webpack.

import gsettings from 'gnome-shell-gsettings';

const settings = gsettings();
const dirSettings = gsettings('./schemas', 'org.foo');
const externalSettings = gsettings('/tmp', 'org.foo');

Documentation

For now, the JSDoc annotations in the source.