mirror of
https://github.com/polybar/polybar.git
synced 2026-03-09 01:37:30 +00:00
fix(mpd): Connection state broadcasting
This commit is contained in:
@ -43,8 +43,6 @@ namespace modules {
|
||||
}
|
||||
|
||||
void idle() {
|
||||
if (!enabled())
|
||||
sleep(100ms);
|
||||
if (!m_tail)
|
||||
sleep(m_interval);
|
||||
else if (!m_command || !m_command->is_running())
|
||||
|
||||
Reference in New Issue
Block a user