diff options
Diffstat (limited to 'py3status')
| -rwxr-xr-x | py3status/__init__.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 17f67a2..d54dedf 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -133,7 +133,7 @@ def i3status_config_reader(config_file): line = line.strip(' \t\n\r') if line.startswith('general'): in_general = True - elif line.startswith('time'): + elif line.startswith('time') or line.startswith('tztime'): in_time = True elif line.startswith('}'): in_general = False |
