aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-31 21:53:14 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-07-31 21:53:14 +0200
commit3f851ff5893c31d81eab244f6caeb6132f69ea69 (patch)
tree5dd8047753f9273dd82eab48df26ac9070b08af9
parent1b9906165de561b9db3157719265c910c41ed9ff (diff)
downloadvicious-legacy-3f851ff5893c31d81eab244f6caeb6132f69ea69.tar.xz
Added a note about weather symbols to the weather widget.
-rw-r--r--weather.lua3
1 files changed, 3 insertions, 0 deletions
diff --git a/weather.lua b/weather.lua
index 30224b6..b83538e 100644
--- a/weather.lua
+++ b/weather.lua
@@ -26,6 +26,9 @@ function worker(format, station)
-- Setup tables
local weather = {
+ -- Some of the weather symbols would look nice if prepended to
+ -- the final output, but it is up to the user to do that
+ -- * http://www.alanwood.net/unicode/miscellaneous_symbols.html
["{city}"] = "N/A",
["{wind}"] = "N/A",
["{windmph}"] = "N/A",