diff options
-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 |