Versions in this module Expand all Collapse all v0 v0.3.0 Jan 18, 2026 Changes in this version + type BatteryInfo struct + IsCharging bool + Percentage float64 + Present bool + TimeRemain string + type Collector interface + Collect func() (*SystemInfo, error) + type DiskInfo struct + Total uint64 + Used uint64 + type MemoryInfo struct + Total uint64 + Used uint64 + type NetworkInfo struct + IPv4 string + IPv6 string + Interface string + MAC string + type SystemInfo struct + Battery BatteryInfo + CPU string + DE string + Disk DiskInfo + GPU []string + Hostname string + Icons string + Kernel string + LocalIP string + Memory MemoryInfo + Network []NetworkInfo + OS string + PublicIP string + Resolution string + Shell string + Terminal string + Theme string + Uptime string + WM string