The following information is included:
-- Battery percentage
+- Battery percentage/state
- CPU usage (in percent)
- Custom shell commands
- Date and time
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