mirror of
https://github.com/polybar/polybar.git
synced 2026-03-05 15:59:37 +00:00
fix(github): Replace initial token
This commit is contained in:
@ -21,6 +21,7 @@ namespace modules {
|
||||
|
||||
if (m_formatter->has(TAG_LABEL)) {
|
||||
m_label = load_optional_label(m_conf, name(), TAG_LABEL, "Notifications: %notifications%");
|
||||
m_label->replace_token("%notifications%", m_empty_notifications ? "0" : "");
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user