System information agregator
Go to file
2024-08-14 12:28:29 -04:00
lib name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
.editorconfig first prototype version 2024-07-30 04:02:05 -04:00
.gitignore name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
go.mod name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
go.sum first prototype version 2024-07-30 04:02:05 -04:00
LICENSE first prototype version 2024-07-30 04:02:05 -04:00
main.go name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00
README.md name change and more modules added. config not started. 2024-08-14 12:28:29 -04:00

modbot

modbot is a seriously over-engineered system for querying different information about your system. Often used for a status bar like dzen or lemonbar.

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.