feat: expose beautiful.revelation_font
This commit is contained in:
parent
bebcf4f53d
commit
c8d5283c01
2
init.lua
2
init.lua
|
@ -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",
|
||||
|
|
Loading…
Reference in New Issue