1wlsunset(1) General Commands Manual wlsunset(1)
2
3
4
6 wlsunet - Day/night gamma adjustments for Wayland compositors supportā
7 ing wlr-gamma-control-unstable-v1
8
10 wlsunset [options...]
11
13 -h
14 show this help message
15
16 -T <temp>
17 set high temperature (default: 6500)
18
19 -t <temp>
20 set low temperature (default: 4000)
21
22 -l <lat>
23 set latitude (e.g. 39.9)
24
25 -L <long>
26 set longitude (e.g. 116.3)
27
28 -S <sunrise>
29 Manual time for sunrise as HH:MM (e.g. 06:30)
30
31 -s <sunset>
32 Manual time for sunset as HH:MM (e.g. 18:30)
33
34 -d <duration>
35 Manual animation time in seconds (e.g. 1800)
36
37 Only applicable when using manual sunset/sunrise times.
38
39 -g <gamma>
40 set gamma (default: 1.0)
41
43 # Beijing lat/long.
44 wlsunset -l 39.9 -L 116.3
45
46 Greater precision than one decimal place serves no purpose
47 (https://xkcd.com/2170/) other than padding the command-line.
48
50 Maintained by Kenny Levinsen <contact@kl.wtf>. For more information
51 about wlsunset development, see https://sr.ht/~kennylevinsen/wlsunset.
52
53
54
55 2022-01-22 wlsunset(1)