Skip to content

Instantly share code, notes, and snippets.

@hurricanerainbow
Created August 1, 2012 01:02
Show Gist options
  • Save hurricanerainbow/3222165 to your computer and use it in GitHub Desktop.
Save hurricanerainbow/3222165 to your computer and use it in GitHub Desktop.
error with function
local mp_tooltip
if not mp_tooltip then
mp_tooltip = awful.tooltip({ })
function mp_tooltip:update()
local name = displayphase:mp_name
local text = string.format('<span font_desc="monospace">%s</span>', name)
mp_tooltip:set_text( text )
end
mp_tooltip:update()
end
mp_tooltip:add_to_object(moonwidget)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment