diff options
Diffstat (limited to 'py3status/modules')
| -rw-r--r-- | py3status/modules/battery_level.py | 2 | ||||
| -rw-r--r-- | py3status/modules/bluetooth.py | 2 | ||||
| -rw-r--r-- | py3status/modules/imap.py | 2 | ||||
| -rw-r--r-- | py3status/modules/net_rate.py | 2 | ||||
| -rw-r--r-- | py3status/modules/vnstat.py | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/py3status/modules/battery_level.py b/py3status/modules/battery_level.py index 8b6568c..ae8fe33 100644 --- a/py3status/modules/battery_level.py +++ b/py3status/modules/battery_level.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ Display the battery level. diff --git a/py3status/modules/bluetooth.py b/py3status/modules/bluetooth.py index 7c5f3ad..3818325 100644 --- a/py3status/modules/bluetooth.py +++ b/py3status/modules/bluetooth.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ Display bluetooth status. diff --git a/py3status/modules/imap.py b/py3status/modules/imap.py index a30680a..47661f1 100644 --- a/py3status/modules/imap.py +++ b/py3status/modules/imap.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ Display the unread messages count from your IMAP account. diff --git a/py3status/modules/net_rate.py b/py3status/modules/net_rate.py index 0212768..961578b 100644 --- a/py3status/modules/net_rate.py +++ b/py3status/modules/net_rate.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ Display the current network transfer rate. diff --git a/py3status/modules/vnstat.py b/py3status/modules/vnstat.py index b506180..5955581 100644 --- a/py3status/modules/vnstat.py +++ b/py3status/modules/vnstat.py @@ -1,4 +1,4 @@ -# -*- coding: utf8 -*- +# -*- coding: utf-8 -*- """ Display vnstat statistics. |
