diff options
author | Leo C <leoc@gmx.com> | 2020-04-10 00:50:06 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-04-10 00:50:06 +0700 |
commit | 38d284701d09e85ec9892425e7b4b20417cc2fb2 (patch) | |
tree | d2e125b376bb7f6d61c1be9a208bdd07ce1e64b5 /system/psuinfo/README | |
parent | 1d0a0a85e1142045ed969425c550165ace30fd7d (diff) |
system/psuinfo: Added (Custom system usage info).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/psuinfo/README')
-rw-r--r-- | system/psuinfo/README | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/system/psuinfo/README b/system/psuinfo/README new file mode 100644 index 0000000000000..ebf249ba33df7 --- /dev/null +++ b/system/psuinfo/README @@ -0,0 +1,5 @@ +A Python3 psutil-based command to display customizable system usage +info as icons or text. Intended for Tint2 panel executors, may also +be used in other panels or executed in terminal. + +Note: required package psutil must have been built with Python3 support |