if conky
then
conky.ontop = true
+ conky.hidden = false
end
end
if conky
then
conky.ontop = false
+ conky.hidden = true
end
end
properties = { floating = true,
sticky = true,
ontop = false,
+ hidden = true,
focusable = true,
size_hints = {"program_position", "program_size"}
} },