18 lines
357 B
Markdown
18 lines
357 B
Markdown
Tiny programs for Linux which print useful info. Suited for piping into other programs which handle window manager statusbar, like Suckless' DWM.
|
|
Compile with `make`. Install with `make install`.
|
|
|
|
```
|
|
$ ./sb-cpu
|
|
CPU: 2%
|
|
$ ./sb-memory
|
|
Mem: 34%
|
|
$ ./sb-weather glasgow
|
|
27°C Overcast
|
|
$ ./sb-time
|
|
10:10am
|
|
$ ./sb-date
|
|
Jul 10 2025
|
|
$ ./sb-battery
|
|
Bat: +98%
|
|
```
|