aboutsummaryrefslogtreecommitdiff
path: root/widgets/hddtemp.lua
diff options
context:
space:
mode:
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