fix(docs): Updated README and configs
Use dash instead of underscore as parameter name separator Will break alot of configs but people like to work!
This commit is contained in:
parent
a891f3e53b
commit
2af0d0845d
18 changed files with 1138 additions and 260 deletions
include/modules
|
@ -81,8 +81,8 @@ namespace modules {
|
|||
}
|
||||
if (m_formatter->has(TAG_ICON_RANDOM) || m_formatter->has(TAG_ICON_REPEAT) ||
|
||||
m_formatter->has(TAG_ICON_REPEAT_ONE)) {
|
||||
m_toggle_on_color = m_conf.get<string>(name(), "toggle_on-foreground", "");
|
||||
m_toggle_off_color = m_conf.get<string>(name(), "toggle_off-foreground", "");
|
||||
m_toggle_on_color = m_conf.get<string>(name(), "toggle-on-foreground", "");
|
||||
m_toggle_off_color = m_conf.get<string>(name(), "toggle-off-foreground", "");
|
||||
}
|
||||
if (m_formatter->has(TAG_LABEL_OFFLINE, FORMAT_OFFLINE))
|
||||
m_label_offline = get_config_label(m_conf, name(), TAG_LABEL_OFFLINE);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue