Socket
Book a DemoInstallSign in
Socket

xdg-brightness

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

xdg-brightness

Change screen brightness on Linux systems

latest
Source
npmnpm
Version
2.0.3
Version published
Maintainers
1
Created
Source

xdg-brightness Build Status

Change screen brightness on Linux systems

Install

$ npm install --save xdg-brightness

Usage

var xdgBrightness = require('xdg-brightness');

xdgBrightness.get(function (err, brightness) {
	console.log(brightness);
	// 0.5
});

xdgBrightness.set(0.8, function (err) {
	console.log('Changed brightness to 80%');
});

CLI

See the brightness CLI.

License

MIT © Kevin Mårtensson

Keywords

brightness

FAQs

Package last updated on 06 Jul 2015

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts