blob: c03939a2fd4b5ecb2c525835876c2a13fa4ecde5 (
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
|
# 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 &
```
# Contributors
See CONTRIBUTORS.md file.
|