diff options
| author | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
|---|---|---|
| committer | Ultrabug <ultrabug@gentoo.org> | 2015-03-27 19:01:28 +0100 |
| commit | bf1d875da988b53059212b178358899582ac4526 (patch) | |
| tree | 7567b6e982b3b52710034d7aa8ba9ef8cf819db4 /py3status/modules/sysdata.py | |
| parent | 1185f88122f1d72a4c595db215654f446c8b9c80 (diff) | |
QA on all modules docstrings for a clean CLI parsing
Diffstat (limited to 'py3status/modules/sysdata.py')
| -rw-r--r-- | py3status/modules/sysdata.py | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/py3status/modules/sysdata.py b/py3status/modules/sysdata.py index 0badbe0..34bf97a 100644 --- a/py3status/modules/sysdata.py +++ b/py3status/modules/sysdata.py @@ -1,13 +1,12 @@ # -*- coding: utf-8 -*- """ -Sysdata is a module used to display system information (RAM usage) -in i3bar (Linux systems). +Display system RAM and CPU utilization. NOTE: If you want py3status to show you your CPU temperature, change value of CPUTEMP into True in Py3status class - CPUInfo function and REMEMBER that you must install lm_sensors if you want CPU temp! -Copyright (C) <2013> <Shahin Azad [ishahinism at Gmail]> +@author Shahin Azad <ishahinism at Gmail> """ import subprocess |
