Skip to content

Jadens-arc/Built-In-Sunglasses

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Controlling Ubuntu Desktop Brightness

get the current display output

$ xrandr | grep " connected" | cut -f1 -d " " 

Set brightness from command line

$ xrandr --output [display output] --brightness [0.0 - 1.0]

Get current Brightness from command line

$ xrandr --verbose | awk '/Brightness/ { print $2; exit }'

About

Allow for control of monitor brightness on Linux without adjusting the monitor it self

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages