feat: expose beautiful.revelation_font

This commit is contained in:
actionless 2019-01-19 02:39:57 +01:00
parent bebcf4f53d
commit c8d5283c01
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ local revelation = {
tags_status = {},
is_excluded = false,
curr_tag_only = false,
font = "monospace 20",
font = beautiful.revelation_font or "monospace 20",
fg = beautiful.revelation_fg_normal or beautiful.fg_normal or "#DCDCCC",
bg = beautiful.revelation_bg_normal or beautiful.bg_normal or "#000000",
border_color = beautiful.revelation_border_color or beautiful.border_focus or "#DCDCCC",