summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorAli H. Fardan <raiz@firemail.cc>2016-09-14 03:24:53 +0300
committerAli H. Fardan <raiz@firemail.cc>2016-09-14 03:24:53 +0300
commit81e8da5d90aafa533b7cbcec27559cd79e119703 (patch)
tree1734e1c2a17c063caab4b07b964bf778bb04985b /README.md
parente6158e300d3134e44f741e01108dd088297c476f (diff)
parentf13104156f20c0e394297c56550ff8a948ff1c1a (diff)
Merge branch 'master' of https://github.com/drkh5h/slstatus
Diffstat (limited to 'README.md')
-rw-r--r--README.md8
1 files changed, 2 insertions, 6 deletions
diff --git a/README.md b/README.md
index 9f24bdf..686922c 100644
--- a/README.md
+++ b/README.md
@@ -8,7 +8,7 @@ Looking at the LOC (lines of code) of the [Conky project](https://github.com/brn
The following information is included:
-- Battery percentage
+- Battery percentage/state
- CPU usage (in percent)
- Custom shell commands
- Date and time
@@ -39,11 +39,7 @@ Before you continue, please be sure that a C compiler (preferrably gcc), GNU mak
Write the following code to your ~/.xinitrc (or any other initialization script):
- while true; do
- slstatus
- done &
-
-The loop is needed that the program runs after suspend to ram.
+ slstatus &
## Contributing