From 299536e72dd471c43b2b5f772d72083207b94dcc Mon Sep 17 00:00:00 2001 From: frosty Date: Wed, 14 Aug 2024 13:43:18 -0400 Subject: [PATCH] add readme attributions --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b7ad45d..f0a68e2 100644 --- a/README.md +++ b/README.md @@ -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.