add readme attributions

This commit is contained in:
frosty 2024-08-14 13:43:18 -04:00
parent d8f684e91c
commit 299536e72d

View file

@ -5,3 +5,7 @@ modbot is a seriously over-engineered system for querying different information
Each part of the output is a module, and modbot is an agregator for these modules. You can query different information about your system like load average, CPU temperature, wireless SSID, and even the output of an arbitrary command or file.
The modules that are in the output are determined at compile time, within the `config.go` file. Don't worry-this process uses a straightforward syntax that doesn't require any programming knowledge. Though, if you're using this, I assume you're smart enough to know that.
## Attributions
This project was inspired by [gocaudices](https://github.com/LordRusk/gocaudices), which I've used in the past. I created this to be window manager and status bar agnostic, in addition to allowing more options for where the input comes from.