-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (27 loc) · 920 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
===============================
xbbar, (c) 2013 Matthew Rheaume
===============================
A minimal screen brightness adjustment bar for X. Useful for desktop
environments that do not include any kind of brightness adjusting tool (XMonad,
Awesome, etc).
Requirements
------------
In order to build xbbar you need:
- libX11
- libxpb (https://www.github.com/mhrheaume/libxpb)
Installation
------------
Enter the following command to build and install xbbar (if necessary as root):
make clean install
Running
-------
- Use XK_MonBrightnessUp, Up, or K to increase brightness.
- Use XK_MonBrightnessDown, Down, or J to decrease brightness.
- Exit with ESC.
- Run 'xbbar -h' to see options.
Notes
-----
- Since this program modifies the sysfs brightness files, it will probably need
to be run as root.
- You may also need LD_LIBRARY_PATH=/usr/local/lib if libxpb has been
installed to it's default location.