blob: b92c1f49fdf205ad84d164225ddc9405d137a3d3 (
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
|
slstatus - suckless status
==========================
Small tool for providing system information,
Forked from git.suckless.org/slstatus
Modules
-------
- Volume percentage
- Wifi Connection
- CPU percentage
- Ram usage
- Battery percentage
- Backlight percentage
- Date and time
Installing
----------
It is recommended to not build slstatus from this repo but
instead use git.farajli.net/slcf, since it includes all the
scripts scripts that are necessary for some of the modules,
For building it from slcf refer to the given link.
If scripts are to be ignored, run
make install
Added patches
-------------
- https://tools.suckless.org/slstatus/patches/signals
|