diff options
Diffstat (limited to 'py3status/modules/whoami.py')
| -rw-r--r-- | py3status/modules/whoami.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/py3status/modules/whoami.py b/py3status/modules/whoami.py index 11ca9bf..a5e27ed 100644 --- a/py3status/modules/whoami.py +++ b/py3status/modules/whoami.py @@ -1,3 +1,4 @@ +# -*- coding: utf-8 -*- """ Simply output the currently logged in user in i3bar. @@ -14,7 +15,7 @@ class Py3status: # available configuration parameters cache_timeout = 1800 - def whoami(self, i3status_output_json, i3status_config): + def whoami(self, i3s_output_list, i3s_config): """ We use the getpass module to get the current user. """ |
