jwhett / gdimmer

Linux backlight dimmer written in Go

Home Page:https://godoc.org/github.com/jwhett/gdimmer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Godoc Reference Build Status Go Report Card

gdimmer - Backlight dimmer written in Go

Description

gdimmer is a substitute for the built-in screen dimming utilities where these utilities fail to handle custom or unusual configurations.

Environment

You may choose to set the BLPROVIDER environment variable instead of using -p or -provider.

Options

-h, -help - Display help...

-p, -provider - Set your backlight provider. Providers are listed as directories in /sys/class/backlight/. Can be full path or basename. This is gmux_backlight by default.

-u, -up - Increase the brightness. Default step is 10%.

-d, -down- Decrease the brightness. Default step is 10%.

-m, -max - Maximum brightness.

-s, -set- Explicitly set the brightness. Must be used with -f or -force.

About

Linux backlight dimmer written in Go

https://godoc.org/github.com/jwhett/gdimmer

License:The Unlicense


Languages

Language:Go 90.3%Language:Makefile 9.7%