diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-19 10:30:27 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-19 10:30:27 +0100 |
commit | 9da83d10e87646b400a74ef920d0b9cb568bff27 (patch) | |
tree | 1c67b27f4396180a022a961257db6ddd0ca5106d /info/blueshift.texinfo | |
parent | update gitignore (diff) | |
download | blueshift-9da83d10e87646b400a74ef920d0b9cb568bff27.tar.gz blueshift-9da83d10e87646b400a74ef920d0b9cb568bff27.tar.bz2 blueshift-9da83d10e87646b400a74ef920d0b9cb568bff27.tar.xz |
m readme + partially done overview in info manual
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'info/blueshift.texinfo')
-rw-r--r-- | info/blueshift.texinfo | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/info/blueshift.texinfo b/info/blueshift.texinfo index 9ba4421..9698ae6 100644 --- a/info/blueshift.texinfo +++ b/info/blueshift.texinfo @@ -60,6 +60,37 @@ Texts. A copy of the license is included in the section entitled @node Overview @chapter Overview +Inspired by Redshift, Blueshift adjusts the colour +temperature of your monitor according to brightness +outside to reduce eye strain and make it easier to +fall asleep when going to bed. It can also be used +to increase the colour temperature and make the +monitor bluer, this helps you focus on your work. + +Blueshift is not user friendly and it is not +meant too be. Blueshift does offer limited +use of command line options to apply settings, +but it is really meant for you to have configuration +files (written in Python 3) where all the policies +are implemented, Blueshift is only meant to provide +the mechanism for modifying the colour curves. +Blueshift neither provides any means of automatically +getting your geographical position; the intention is +that you should implement that in the policy yourself +using library which can do that. Additionally +Blueshift provides not safe guards from making your +screen unreadable or otherwise miscoloured; and +Blueshift will never, officially, add support +specifically for any proprietary operating system. +Blueshift is fully extensible so it is possible to +make extensions that make it usable under unsupported +systems, the base code is written in Python 3 without +calls to any system dependent functions. +If Blueshift does not work for you for any of these +reasons, you should take a look at Redshift. + +Blueshift is fully extensible and highly configurable. + @node Invoking @chapter Invoking |