Skip to content

Latest commit

 

History

History
34 lines (21 loc) · 410 Bytes

README.md

File metadata and controls

34 lines (21 loc) · 410 Bytes

rpd-brightness

Compile & Run

  1. install libgtk2.0-dev:
$ sudo apt install libgtk2.0-dev
  1. clone this repo:
$ git clone https://github.com/kyumdbot/rpd-brightness.git
  1. compile:
$ cd rpd-brightness
$ gcc `pkg-config --cflags --libs gtk+-2.0` rpd-brightness.c -o rpd-brightness
  1. run:
$ sudo ./rpd-brightness

img01

img02