summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xpy3status/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py
index 9410ed5..3e794e9 100755
--- a/py3status/__init__.py
+++ b/py3status/__init__.py
@@ -307,7 +307,7 @@ def main():
# i3status first output lines should be processed asap as only
# the following lines will be processed by py3status
if LINE.startswith(',['):
- if not FORCED:
+ if not FORCED and I3STATUS_CONFIG['interval'] > INTERVAL:
# add a calculated sleep honoring py3status refresh
# time of the bar every INTERVAL seconds
sleep( INTERVAL - float( '{:.2}'.format( time()-TS ) ) )