diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-02-25 18:51:19 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-02-25 18:51:19 +0100 |
commit | ca5b421c48871f32e2458067ad0a9d1be17f82fe (patch) | |
tree | d144769096cca1639794a688c739e8db3ccd0535 /examples/xmobar | |
parent | add example that can be used from xmobar (diff) | |
download | blueshift-ca5b421c48871f32e2458067ad0a9d1be17f82fe.tar.gz blueshift-ca5b421c48871f32e2458067ad0a9d1be17f82fe.tar.bz2 blueshift-ca5b421c48871f32e2458067ad0a9d1be17f82fe.tar.xz |
m
Signed-off-by: Mattias Andrée <maandree@operamail.com>
Diffstat (limited to 'examples/xmobar')
-rw-r--r-- | examples/xmobar | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/xmobar b/examples/xmobar index a262aa4..62015e7 100644 --- a/examples/xmobar +++ b/examples/xmobar @@ -6,7 +6,7 @@ # Geographical coodinates. # (KTH building D computer laboratories in this example.) -latitude, longitude = 59.42430, 17.83521 +latitude, longitude = 59.3472, 18.0728 # The colour temperature at day and at night. temperature_day, temperature_night = 6500, 3700 |