aboutsummaryrefslogtreecommitdiff
path: root/net.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-10 00:24:23 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2009-10-10 00:24:23 +0200
commit65e57fa9bf141a25afc5fa8d272ea78bc97d61ed (patch)
treedc7181a5e7dd08d8950a92152ee784307a7dffe1 /net.lua
parent893a85c3869dface62fcfce7e6e9e916eef6a594 (diff)
downloadvicious-legacy-65e57fa9bf141a25afc5fa8d272ea78bc97d61ed.tar.xz
README: document tables returned by widget types
Diffstat (limited to 'net.lua')
-rw-r--r--net.lua4
1 files changed, 2 insertions, 2 deletions
diff --git a/net.lua b/net.lua
index 5b4c07e..e436398 100644
--- a/net.lua
+++ b/net.lua
@@ -51,8 +51,8 @@ local function worker(format)
if nets[name] == nil then
-- Default values on the first run
nets[name] = {}
- args["{"..name.." down}"] = "n/a"
- args["{"..name.." up}"] = "n/a"
+ args["{"..name.." down}"] = "N/A"
+ args["{"..name.." up}"] = "N/A"
args["{"..name.." down_b}"] = 0
args["{"..name.." up_b}"] = 0