Skip to content

A True content aware adaptive brightness solution for Windows, MacOS and Linux

Notifications You must be signed in to change notification settings

div02-afk/True-Adaptive-Brightness

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Content Aware Auto Brightness

A simple Python script to change brightness based on the content on your screen.

Currently for Windows and MacOS. (working on Linux)

To Install

  • Clone this repository.
  • Run pip install -r requirements.txt.
  • Run python sys_tray.py.

For Linux Users

  • This uses xrandr for brightness control.
  • To install xrandr:
    • Debian/Ubuntu: sudo apt install x11-xserver-utils.
    • Fedora: sudo dnf install libXrandr.
    • Arch: sudo pacman -S xorg-xrandr.

For MacOS Users

  • This uses brightness for brightness control.
  • To install brightness:
  • git clone https://github.com/nriley/brightness.git && cd brightness && make && sudo make install

About

A True content aware adaptive brightness solution for Windows, MacOS and Linux

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages