summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/widgets/proc.go2
1 files changed, 1 insertions, 1 deletions
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()