summaryrefslogtreecommitdiffstats
path: root/widgets/proc_other.go
diff options
context:
space:
mode:
Diffstat (limited to 'widgets/proc_other.go')
-rw-r--r--widgets/proc_other.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/widgets/proc_other.go b/widgets/proc_other.go
index 46cef72..b761431 100644
--- a/widgets/proc_other.go
+++ b/widgets/proc_other.go
@@ -46,7 +46,7 @@ func getProcs() ([]Proc, error) {
proc := Proc{
Pid: pid,
CommandName: strings.TrimSpace(line[11:61]),
- Cpu: cpu,
+ CPU: cpu,
Mem: mem,
FullCommand: line[74:],
}