aboutsummaryrefslogtreecommitdiff
path: root/widgets/hddtemp.lua
diff options
context:
space:
mode:
authorAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-23 12:12:11 +0200
committerAdrian C. (anrxc) <anrxc@sysphere.org>2010-07-23 12:12:11 +0200
commitfc46e7a19d70668da0ab1df900da8898ebad000a (patch)
tree204b9ea834756c6cd3d19a05a01ff79be044b828 /widgets/hddtemp.lua
parentd91266357a0d36f17fb48d367d4ab1c6429b505d (diff)
downloadvicious-legacy-fc46e7a19d70668da0ab1df900da8898ebad000a.tar.xz
TODO: solid multigraph support needed
Diffstat (limited to 'widgets/hddtemp.lua')
-rw-r--r--widgets/hddtemp.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/hddtemp.lua b/widgets/hddtemp.lua
index 7559512..687ced1 100644
--- a/widgets/hddtemp.lua
+++ b/widgets/hddtemp.lua
@@ -17,7 +17,7 @@ module("vicious.widgets.hddtemp")
-- {{{ HDD Temperature widget type
local function worker(format, warg)
- -- Fallback to default hddtemp warg
+ -- Fallback to default hddtemp port
if warg == nil then warg = 7634 end
local hdd_temp = {} -- Get info from the hddtemp daemon