Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
removed TODO.md
[slstatus.git]
/
README.md
diff --git
a/README.md
b/README.md
index
9f24bdf
..
686922c
100644
(file)
--- 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:
The following information is included:
-- Battery percentage
+- Battery percentage
/state
- CPU usage (in percent)
- Custom shell commands
- Date and time
- 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):
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
## Contributing