summaryrefslogtreecommitdiff
path: root/README.md
blob: 620fc316ab016c63a7f6912224bfffb15a6a4dfe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
# slstatus

A suckless status monitor for DWM written in pure C without any system() calls.

# Information

- wifi percentage
- battery percentage
- cpu usage in percent
- cpu temperature
- ram usage in percent
- alsa volume level in percent
- date
- time

# Screenshot

![screenshot](screenshot.png)

# Installation

Just run ```sudo make install```!

# Configuration

Just edit config.h and recompile!

# Starting

Put this in your ~/.xinitrc:

```
while true; do
    slstatus
done &
```

# Contributing

People who contributed are listed in the CONTRIBUTORS.md file.

If you want to contribute, please use [the suckless coding style](http://suckless.org/coding_style)!