diff --git a/src/widgets/proc.go b/src/widgets/proc.go index 106d970..748fb64 100644 --- a/src/widgets/proc.go +++ b/src/widgets/proc.go @@ -65,7 +65,7 @@ func NewProcWidget() *ProcWidget { self.entry = &ui.Entry{ Style: self.TitleStyle, Label: " Filter: ", - Value: "foobar", + Value: "", UpdateCallback: func(val string) { self.filter = val self.update()