Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 618 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 618 Bytes

Go Report Card

bright

This is a simple program to set monitor brightness using xrandr.

I made this because Ubuntu does not come with a built-in way to change monitor brightness.

go install github.com/MicahParks/bright@latest

Usage

Set brightness to 80%

$ bright 80
Brightness set.

Only set between 20% and 80%

$ bright 101
Must be between 20 and 100.

Set brightness to 100%

$ bright
Brightness set.