wlsunset/README.md

25 lines
435 B
Markdown
Raw Normal View History

2020-09-13 19:20:19 +00:00
# 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
2020-09-14 09:15:42 +00:00
2020-09-13 19:20:19 +00:00
```
2020-09-14 09:15:42 +00:00
# Beijing lat/long.
wlsunset -l 39.9 -L 116.3
2020-09-13 19:20:19 +00:00
```
2020-09-14 09:15:42 +00:00
Greater precision than one decimal place serves no purpose other than padding the command-line (https://xkcd.com/2170/).