21 lines
302 B
Markdown
21 lines
302 B
Markdown
|
# wlsunset
|
||
|
|
||
|
Day/night gamma adjustments for Wayland compositors supporting wlr-gamma-control-unstable-v1.
|
||
|
|
||
|
# How to build and install
|
||
|
|
||
|
```
|
||
|
meson build
|
||
|
ninja -C build
|
||
|
sudo ninja -C build install
|
||
|
```
|
||
|
|
||
|
# How to use
|
||
|
|
||
|
See the helptext (`wlsunset -h`)
|
||
|
|
||
|
## Example
|
||
|
```
|
||
|
wlsunset -l 39.913818 -L 116.363625
|
||
|
```
|