feat: format-font

Resolves 
This commit is contained in:
patrick96 2019-01-13 22:10:34 +01:00 committed by Patrick Ziegler
parent 46b8bb84ed
commit 67f1ceaaca
3 changed files with 9 additions and 0 deletions
src/modules

View file

@ -39,6 +39,7 @@ namespace modules {
mod_format->padding = m_conf.get(name(), FORMAT_ONLINE + "-padding"s, mod_format->padding);
mod_format->margin = m_conf.get(name(), FORMAT_ONLINE + "-margin"s, mod_format->margin);
mod_format->offset = m_conf.get(name(), FORMAT_ONLINE + "-offset"s, mod_format->offset);
mod_format->font = m_conf.get(name(), FORMAT_ONLINE + "-font"s, mod_format->font);
try {
mod_format->prefix = load_label(m_conf, name(), FORMAT_ONLINE + "-prefix"s);