tooltip: Stop using a fallback font (#1061)

Let the default font be used, just as everywhere else.
This commit is contained in:
Emmanuel Lepage Vallée 2016-08-30 06:57:40 -04:00 committed by Daniel Hahler
parent 68aae5ff62
commit 83e0423e89
1 changed files with 1 additions and 1 deletions

View File

@ -571,7 +571,7 @@ function tooltip.new(args)
end
local fg = beautiful.tooltip_fg or beautiful.fg_focus or "#000000"
local font = beautiful.tooltip_font or beautiful.font or "terminus 6"
local font = beautiful.tooltip_font or beautiful.font
-- Set default properties
self.wibox_properties = {