1
0
Fork 0
slstatus/README.md

41 lines
533 B
Markdown
Raw Normal View History

2016-03-04 11:46:19 +02:00
# slstatus
2016-03-08 19:17:50 +02:00
2016-03-04 11:46:19 +02:00
A suckless status monitor for DWM written in pure C without any system() calls.
2016-03-08 19:17:50 +02:00
# Information
- wifi percentage
- battery percentage
- cpu usage in percent
- cpu temperature
- ram usage in percent
- alsa volume level in percent
- date
- time
2016-03-08 19:17:50 +02:00
# Screenshot
2016-03-08 19:18:47 +02:00
![screenshot](screenshot.png)
2016-03-08 19:17:50 +02:00
# Installation
Just run ```sudo make install```!
# Configuration
Just edit config.h and recompile!
2016-03-09 12:26:19 +02:00
2016-03-10 08:51:04 +02:00
# Starting
Put this in your ~/.xinitrc:
```
while true; do
slstatus
done &
```
2016-03-09 12:26:19 +02:00
# Contributors
See CONTRIBUTORS.md file.