Skip to content

Dead simple GTK app that controls intel brightness on my Dell Laptop.

Notifications You must be signed in to change notification settings

tuttza/brightness_controller

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Brightness Controller

A dead simple GTK app that controls brightness via a "slider" widget for my Dell laptop that has Intel graphics.

Build Instructions

This project requires a few dependencies be install in order to compile it:

 Meson - Build System
 gtkmm - GTK GUI toolkit library.
  1. Git clone project
  2. $ cd into the src directory
  3. $ meson setup builddir
  4. $ cd into builddir
  5. $ meson compile
  6. Launch the app: $ ./brightness_controller

You will need to run the binary as root because it needs to write to the /sys/backlight/ file.

About

Dead simple GTK app that controls intel brightness on my Dell Laptop.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published