diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2014-12-11 23:10:05 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2014-12-11 23:10:05 +0100 |
| commit | 4d004ace301bb57c9e3bdf9e995ec397a44e0056 (patch) | |
| tree | ba9c98e1d8144a22395e1af34e1fb095fb1bdd51 /py3status/modules/whoami.py | |
| parent | d885ebf6cb9129ee344d5524a5760a946693fff3 (diff) | |
modules variables normalization
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. """ |
