mirror of
https://github.com/polybar/polybar.git
synced 2026-02-19 15:35:39 +00:00
Merge branch 'hotfix/3.5.1'
This commit is contained in:
@ -31,7 +31,7 @@ namespace modules {
|
||||
m_perc_used_warn = m_conf.get(name(), "warn-percentage", 90);
|
||||
m_fixed = m_conf.get(name(), "fixed-values", m_fixed);
|
||||
m_spacing = m_conf.get(name(), "spacing", m_spacing);
|
||||
m_interval = m_conf.get<decltype(m_interval)>(name(), "interval", 30s);
|
||||
set_interval(30s);
|
||||
|
||||
// Add formats and elements
|
||||
m_formatter->add(
|
||||
|
||||
Reference in New Issue
Block a user