summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAli H. Fardan <raiz@firemail.cc>2016-08-23 14:13:23 +0300
committerAli H. Fardan <raiz@firemail.cc>2016-08-23 14:13:23 +0300
commit5b6097471ff8024029268834e482f7102d26c049 (patch)
tree6de084f82ce3e90a0f0e27bfda92fd6d85b21dc7
parentb79837b075305f8430859d014f892333a1b8c782 (diff)
another update to README
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 744cea5..bf435fa 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
slstatus
========
-**slstatus** is a suckless and lightweight status monitor for window managers which use WM_NAME as statusbar (e.g. DWM). It is written in pure C without any system calls and only reads from files most of the time. It is meant as a better alternative to Bash scripts (inefficient) and Conky (bloated for this use).
+**slstatus** is a suckless and lightweight status monitor for window managers that use WM_NAME as statusbar (e.g. DWM). It is written in pure C without any system calls and only reads from files most of the time. It is meant to be a better alternative to Bash scripts (inefficient) and Conky (bloated for this use).
If you write a bash script that shows system information in WM_NAME, it executes a huge amount of external command (top, free etc.) every few seconds. This results in high system resource usage. slstatus solves this problem by only using C libraries and/or reading from files in sysfs/procfs.