[awesomerc] Fix typo
Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
parent
252fd45573
commit
5e01a24ac3
|
@ -210,7 +210,7 @@ function hook_arrange(screen)
|
||||||
mylayoutbox[screen]:set("image", "@iconsdir@/layouts/" .. layout .. "w.png")
|
mylayoutbox[screen]:set("image", "@iconsdir@/layouts/" .. layout .. "w.png")
|
||||||
end
|
end
|
||||||
|
|
||||||
-- Hook called every 60 seconds
|
-- Hook called every second
|
||||||
function hook_timer ()
|
function hook_timer ()
|
||||||
mytextbox:set("text", os.time() .. " time_t")
|
mytextbox:set("text", os.time() .. " time_t")
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue