From e4ec5900c39f70366b1016c6d11b9b1c6debce3c Mon Sep 17 00:00:00 2001 From: Mattias Andrée Date: Sun, 16 Mar 2014 23:33:10 +0100 Subject: I wanted Big Ben as a better reference for a correct latitude–longitude-pair (everyone knows Big Ben), but I could not figure out how to use (if even possible) Google Maps to get coordinates, so now it is an awesome glas obelisk inside a hyperelliptic roundabout that by default emits a light of 5600 K MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Mattias Andrée --- examples/comprehensive | 7 +++++-- examples/lisp-esque.conf | 2 +- examples/threaded | 7 +++++-- examples/xmobar | 7 +++++-- examples/xpybar | 7 +++++-- 5 files changed, 21 insertions(+), 9 deletions(-) (limited to 'examples') diff --git a/examples/comprehensive b/examples/comprehensive index f64522b..f49195e 100644 --- a/examples/comprehensive +++ b/examples/comprehensive @@ -43,8 +43,11 @@ import os # Geographical coodinates. -# (KTH building D computer laboratories in this example.) -latitude, longitude = 59.3472, 18.0728 +# ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent +# i glass and steal) in this example. An glas obelisk, lit from the inside +# with adjustable colours and a default colour of 5600 K, in the middle +# of a hyperelliptic roundabout.) +latitude, longitude = 59.3326, 18.0652 # Custom dayness by time settings. time_alpha = [['02:00', 0], ['08:00', 1], ['22:00', 1]] diff --git a/examples/lisp-esque.conf b/examples/lisp-esque.conf index 19ee95c..f01886f 100644 --- a/examples/lisp-esque.conf +++ b/examples/lisp-esque.conf @@ -44,7 +44,7 @@ ; Geographical coodinates: latitude longitude (northwards and eastwards in degrees) - (coordinates 59.3472 18.0728) + (coordinates 59.3326, 18.0652) ; If you have this store in ~/.location you can use ; (coordinates :parse (read "~/.location")) ; If the command `~/.location` prints the information you can use diff --git a/examples/threaded b/examples/threaded index 9b0cab0..abbaf55 100644 --- a/examples/threaded +++ b/examples/threaded @@ -38,8 +38,11 @@ import threading # Geographical coodinates. -# (KTH building D computer laboratories in this example.) -latitude, longitude = 59.3472, 18.0728 +# ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent +# i glass and steal) in this example. An glas obelisk, lit from the inside +# with adjustable colours and a default colour of 5600 K, in the middle +# of a hyperelliptic roundabout.) +latitude, longitude = 59.3326, 18.0652 # Adjust settings by solar elevation. get_dayness = lambda : sun(latitude, longitude) diff --git a/examples/xmobar b/examples/xmobar index 19148b1..d78f0ab 100644 --- a/examples/xmobar +++ b/examples/xmobar @@ -15,8 +15,11 @@ # Geographical coodinates. -# (KTH building D computer laboratories in this example.) -latitude, longitude = 59.3472, 18.0728 +# ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent +# i glass and steal) in this example. An glas obelisk, lit from the inside +# with adjustable colours and a default colour of 5600 K, in the middle +# of a hyperelliptic roundabout.) +latitude, longitude = 59.3326, 18.0652 # The colour temperature at day and at night. temperature_day, temperature_night = 6500, 3700 diff --git a/examples/xpybar b/examples/xpybar index b515b04..a1ec2e5 100644 --- a/examples/xpybar +++ b/examples/xpybar @@ -15,8 +15,11 @@ # Geographical coodinates. -# (KTH building D computer laboratories in this example.) -latitude, longitude = 59.3472, 18.0728 +# ("Kristall, vertikal accent i glas och stål" (Crystal, vertical accent +# i glass and steal) in this example. An glas obelisk, lit from the inside +# with adjustable colours and a default colour of 5600 K, in the middle +# of a hyperelliptic roundabout.) +latitude, longitude = 59.3326, 18.0652 # The colour temperature at day and at night. temperature_day, temperature_night = 6500, 3700 -- cgit v1.2.3-70-g09d2