initial commit

This commit is contained in:
2025-07-10 10:12:18 -04:00
commit d93243566c
8 changed files with 220 additions and 0 deletions

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