package
0.0.0-20240911155715-c60eb5c1ba09
Repository: https://github.com/travishegner/goi3status.git
Documentation: pkg.go.dev

# Functions

GetColor returns a color between green and red where 0 = green and 100 = red.
GetModule returns a newly created module based on it's configuration name.
NewBattery returns the Battery module.
NewCPU returns a new CPU module.
NewDateTime creates a new DateTime, starts it's ticker, then returns it.
NewLoadAverage returns the LoadAverage module.
NewMemory returns the LoadAverage module.
NewNetwork returns the Network module.
NewShellCommand creates a new ShellCommand, starts it's ticker, then returns it.
NewUptime returns the Uptime module.

# Structs

Battery is a module representing the any machine batteries.
CPU is a module to collect cpu information.
DateTime is a module for displaying date and/or time in an arbitrary format.
LoadAverage is a module representing the machines load average.
Memory is a module representing the machines memory.
Network is a module representing the named interface.
ShellCommand is a module for executing shell commands and displaying the output as a block.
Uptime is a module representing the machines uptime.