mirror of
https://github.com/polybar/polybar.git
synced 2026-03-02 06:12:14 +00:00
committed by
Patrick Ziegler
parent
46b8bb84ed
commit
67f1ceaaca
@ -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);
|
||||
|
||||
Reference in New Issue
Block a user