stats.lua: silence annoying fontconfig warnings

Apparently I don't have this font.
This commit is contained in:
wm4 2018-09-08 23:13:35 +02:00
parent cfa5c73cb5
commit cb51dfa76a
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@ local o = {
plot_color = "FFFFFF",
-- Text style
font = "Source Sans Pro",
font_mono = "Source Sans Pro", -- monospaced digits are sufficient
font = "sans",
font_mono = "monospace", -- monospaced digits are sufficient
font_size = 8,
font_color = "FFFFFF",
border_size = 0.8,