Add readme
parent
526b390abc
commit
5ebc0bd70c
|
@ -0,0 +1,20 @@
|
|||
# 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
|
||||
```
|
Loading…
Reference in New Issue