This commit is contained in:
2025-07-10 10:14:09 -04:00
parent d93243566c
commit 666b24d698

15
README.md Normal file
View File

@@ -0,0 +1,15 @@
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
```