aboutsummaryrefslogtreecommitdiff
path: root/README.md
blob: 76bd85f1d8911135e8e290f1fabe2f39b32f5b8a (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
# lux

`lux(1)` is a basic command-line utility to query and modify display brightness.
Documentation regarding usage is contained within the `lux(1)` manual page.

## Installation

If you're on an arch-based Linux distribution, then you can install lux from the
aur:

```sh
paru -S clux      # The lastest stable release
paru -S clux-git  # The most up-to-date release
```

Otherwise if you would like to build from source, simply run:

```sh
git clone git://git.thomasvoss.com/lux.git
cd lux
make
make install
```