Update man-page
- For each option's description, prefer capitalizing and ending with a period. - Also, prefer lowercasing 'Day' as it appears to be the norm in NAME sections.master
parent
440805981c
commit
77c06ff336
|
@ -2,7 +2,7 @@ wlsunset(1)
|
||||||
|
|
||||||
# NAME
|
# NAME
|
||||||
|
|
||||||
wlsunset - Day/night gamma adjustments for Wayland compositors supporting
|
wlsunset - day/night gamma adjustments for Wayland compositors supporting
|
||||||
wlr-gamma-control-unstable-v1
|
wlr-gamma-control-unstable-v1
|
||||||
|
|
||||||
# SYNOPSIS
|
# SYNOPSIS
|
||||||
|
@ -12,33 +12,33 @@ wlr-gamma-control-unstable-v1
|
||||||
# OPTIONS
|
# OPTIONS
|
||||||
|
|
||||||
*-h*
|
*-h*
|
||||||
show this help message
|
Show this help message.
|
||||||
|
|
||||||
*-T* <temp>
|
*-T* <temp>
|
||||||
set high temperature (default: 6500)
|
Set high temperature (default: 6500).
|
||||||
|
|
||||||
*-t* <temp>
|
*-t* <temp>
|
||||||
set low temperature (default: 4000)
|
Set low temperature (default: 4000).
|
||||||
|
|
||||||
*-l* <lat>
|
*-l* <lat>
|
||||||
set latitude (e.g. 39.9)
|
Set latitude (e.g. 39.9).
|
||||||
|
|
||||||
*-L* <long>
|
*-L* <long>
|
||||||
set longitude (e.g. 116.3)
|
Set longitude (e.g. 116.3).
|
||||||
|
|
||||||
*-S* <sunrise>
|
*-S* <sunrise>
|
||||||
Manual time for sunrise as HH:MM (e.g. 06:30)
|
Manual time for sunrise as HH:MM (e.g. 06:30).
|
||||||
|
|
||||||
*-s* <sunset>
|
*-s* <sunset>
|
||||||
Manual time for sunset as HH:MM (e.g. 18:30)
|
Manual time for sunset as HH:MM (e.g. 18:30).
|
||||||
|
|
||||||
*-d* <duration>
|
*-d* <duration>
|
||||||
Manual animation time in seconds (e.g. 1800)
|
Manual animation time in seconds (e.g. 1800).
|
||||||
|
|
||||||
Only applicable when using manual sunset/sunrise times.
|
Only applicable when using manual sunset/sunrise times.
|
||||||
|
|
||||||
*-g* <gamma>
|
*-g* <gamma>
|
||||||
set gamma (default: 1.0)
|
Set gamma (default: 1.0).
|
||||||
|
|
||||||
# RUNTIME CONTROL
|
# RUNTIME CONTROL
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue