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