clangen / xdimmer

a simple console-based dimming app for x windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

xdimmer

a little curses-based app that allows you to quickly adjust monitor brightness in x windows.

it's a hack that just executes xrandr commands under the hood.

xdimmer screenshot

building

  1. git clone https://github.com/clangen/xdimmer.git
  2. cd xdimmer
  3. git submodule update --init --recursive
  4. cmake .
  5. make
  6. __output/xdimmer

About

a simple console-based dimming app for x windows


Languages

Language:C++ 98.5%Language:CMake 1.3%Language:Shell 0.1%