Merge pull request #33 from actionless/master
feat: expose beautiful.revelation_font
This commit is contained in:
commit
d8b58e3776
2
init.lua
2
init.lua
|
@ -93,7 +93,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