From 9e613bffdb3b305724a234b9e4b1e3071d61b4b8 Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sat, 3 May 2014 18:49:38 -0300 Subject: Renaming volume timer --- config.dot/awesome.link/volume.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'config.dot/awesome.link/volume.lua') diff --git a/config.dot/awesome.link/volume.lua b/config.dot/awesome.link/volume.lua index 0a5bb45..c183cb9 100644 --- a/config.dot/awesome.link/volume.lua +++ b/config.dot/awesome.link/volume.lua @@ -29,6 +29,6 @@ function update_volume(widget) widget.text = volume end -mytimer = timer({ timeout = 1 }) -mytimer:add_signal("timeout", function () update_volume(volume_widget) end) -mytimer:start() +volumeTimer = timer({ timeout = 1 }) +volumeTimer:add_signal("timeout", function () update_volume(volume_widget) end) +volumeTimer:start() -- cgit v1.2.3