|
|
|
|
1
|
Light - A program to control backlights (and other hardware lights) in GNU/Linux
|
1
|
Light - A program to control backlights (and other hardware lights) in GNU/Linux
|
2
|
==================================================
|
2
|
==================================================
|
3
|
|
3
|
|
|
|
4
|
+*Copyright (C) 2012 - 2018*
|
|
|
5
|
+*Author: Fredrik Haikarainen*
|
|
|
6
|
+*Contributor & Maintainer: Joachim Nilsson*
|
|
|
7
|
+
|
|
|
8
|
+This is free software, see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
|
|
|
9
|
+
|
|
|
10
|
+
|
4
|
- [Introduction](#introduction)
|
11
|
- [Introduction](#introduction)
|
5
|
- [Examples](#examples)
|
12
|
- [Examples](#examples)
|
6
|
- [Usage](#usage)
|
13
|
- [Usage](#usage)
|
|
|
|
|
99
|
|
106
|
|
100
|
### Arch Linux
|
107
|
### Arch Linux
|
101
|
|
108
|
|
102
|
-If you run Arch Linux, there exists 2 packages;
|
|
|
|
|
109
|
+If you run Arch Linux, we highly recommend the PKGBUILD in the repo. However there also exist 2 packages in the AUR, which we aim to replace;
|
103
|
|
110
|
|
104
|
* [light-git][] - For the latest development branch (master)
|
111
|
* [light-git][] - For the latest development branch (master)
|
105
|
* [light][] - For the latest stable release
|
112
|
* [light][] - For the latest stable release
|
|
|
|
|
149
|
specific `~/.cache/light` is used.
|
156
|
specific `~/.cache/light` is used.
|
150
|
|
157
|
|
151
|
|
158
|
|
152
|
-Origin & References
|
|
|
153
|
--------------------
|
|
|
154
|
-
|
|
|
155
|
-Copyright (C) 2012-2018 Fredrik Haikarainen
|
|
|
156
|
-
|
|
|
157
|
-This is free software, see the source for copying conditions. There is NO
|
|
|
158
|
-warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE
|
|
|
159
|
-
|
|
|
160
|
[Light]: https://github.com/haikarainen/light/
|
159
|
[Light]: https://github.com/haikarainen/light/
|
161
|
[light-git]: https://aur.archlinux.org/packages/light-git
|
160
|
[light-git]: https://aur.archlinux.org/packages/light-git
|
162
|
[light]: https://aur.archlinux.org/packages/light
|
161
|
[light]: https://aur.archlinux.org/packages/light
|