mirror of git://git.suckless.org/slstatus
README: Add list of non-portable functions
This commit is contained in:
parent
ebf5a35052
commit
ad5b7c8b1c
12
README
12
README
|
@ -60,3 +60,15 @@ source code. This keeps it fast, secure and simple.
|
||||||
Todo
|
Todo
|
||||||
----
|
----
|
||||||
Porting to OpenBSD is the current goal before thinking about a release.
|
Porting to OpenBSD is the current goal before thinking about a release.
|
||||||
|
|
||||||
|
The following functions are not portable at the moment:
|
||||||
|
- uptime
|
||||||
|
- ipv{4,6}
|
||||||
|
- ram_{free,perc,total,used}
|
||||||
|
- wifi_{perc,essid}
|
||||||
|
- cpu_{freq,perc,iowait}
|
||||||
|
- entropy
|
||||||
|
- swap_{free,perc,total,used}
|
||||||
|
- battery_{perc,power,state}
|
||||||
|
- temp
|
||||||
|
- vol_perc
|
||||||
|
|
Loading…
Reference in New Issue