This package has been deprecated

Author message:

Unmaintained

gnome-shell-gsettings

0.0.1 • Public • Published

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.

Package Sidebar

Install

npm i gnome-shell-gsettings

Weekly Downloads

0

Version

0.0.1

License

MIT

Last publish

Collaborators

  • rliang