Files
utils/README
2025-07-10 10:12:18 -04:00

16 lines
331 B
Plaintext

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
```