Xinqi Bao's Git

fixed typo in README.md (jpg <-> png)
[slstatus.git] / README.md
1 # slstatus
2
3 A suckless status monitor for DWM written in pure C without any system() calls.
4
5 # Information
6
7 - wifi percentage
8 - battery percentage
9 - cpu usage in percent
10 - cpu temperature
11 - ram usage in percent
12 - alsa volume level in percent
13 - date
14 - time
15
16 # Screenshot
17
18 ![screenshot](screenshot.png)
19
20 # Installation
21
22 Just run ```sudo make install```!
23
24 # Configuration
25
26 Just edit config.h and recompile!