Skip to content

🖥️ Set shortcuts to control the brightness of Displays via DCC/CI

License

Notifications You must be signed in to change notification settings

Eigenbahn/dcc-brightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

dcc-brightness

Control the brightness of your screen in CLI, or define shortcuts.

Script dcc-brightness is a convenient wrapper around ddcutil (doc, source).

As the later can be quite slow, we rely on a cache file to speed things up: /tmp/dcc.cache.

Installation

Install ddcutil.

Put file dcc-brightness somewhere in your path (e.g. /usr/local/bin, ~/.local/bin or ~/bin) and make it executable.

Usage

Lower the brightness value by 10:

dcc-brightness --delta -10

Increase the brightness value by 10:

dcc-brightness --delta 10

Set the brightness value to 50:

dcc-brightness --set 10

About

🖥️ Set shortcuts to control the brightness of Displays via DCC/CI

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages