Xinqi Bao's Git
projects
/
slstatus.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
raw
|
inline
| side by side
added configuration option for n/a text
[slstatus.git]
/
README.md
diff --git
a/README.md
b/README.md
index
7e2ac20
..
555a6b8
100644
(file)
--- a/
README.md
+++ b/
README.md
@@
-11,6
+11,7
@@
The following information is included:
- battery percentage
- cpu usage (in percent)
- battery percentage
- cpu usage (in percent)
+- custom shell commands
- date and time
- disk numbers (free storage, percentage, total storage and used storage)
- available entropy
- date and time
- disk numbers (free storage, percentage, total storage and used storage)
- available entropy
@@
-19,7
+20,7
@@
The following information is included:
- ram numbers (free ram, percentage, total ram and used ram)
- temperature
- volume percentage (alsa)
- ram numbers (free ram, percentage, total ram and used ram)
- temperature
- volume percentage (alsa)
-- wifi percentage
+- wifi percentage
and essid
Multiple entries per function are supported and everything can be reordered and customized via the C header file config.h (similar to DWM).
Multiple entries per function are supported and everything can be reordered and customized via the C header file config.h (similar to DWM).
@@
-37,7
+38,7
@@
Put the following code in your ~/.xinitrc (or similar):
```
while true; do
```
while true; do
- slstatus
+
slstatus
done &
```
done &
```