diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2013-04-16 13:04:06 +0200 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2013-04-16 13:04:06 +0200 |
| commit | 6dfa19f858cb4ba5f53fe1cd4391f8b270167e78 (patch) | |
| tree | 388ce04f93edc4712de6a96e8029b3e1e95cfaaa /py3status | |
| parent | 8bd0528456c94debcc69c652c1bd70d9a7b48638 (diff) | |
set default i3status colors
Diffstat (limited to 'py3status')
| -rwxr-xr-x | py3status/__init__.py | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/py3status/__init__.py b/py3status/__init__.py index 47b1c4a..3ba0a8d 100755 --- a/py3status/__init__.py +++ b/py3status/__init__.py @@ -116,10 +116,10 @@ def i3status_config_reader(config_file): in_general = False config = { 'colors': False, - 'color_good': None, - 'color_bad' : None, - 'color_degraded' : None, - 'color_separator': None, + 'color_good': '#00FF00', + 'color_bad' : '#FF0000', + 'color_degraded' : '#FFFF00', + 'color_separator': '#333333', 'interval': 5, 'output_format': None, 'time_format': '%Y-%m-%d %H:%M:%S', |
