From b335df6c9b77cba7055b829c818740ad8836237f Mon Sep 17 00:00:00 2001 From: Chris Cummer Date: Mon, 16 Apr 2018 12:19:57 -0700 Subject: [PATCH] Removed the animation from Status. No longer needed. --- status/widget.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/status/widget.go b/status/widget.go index 06822b87..f630faa7 100644 --- a/status/widget.go +++ b/status/widget.go @@ -40,8 +40,7 @@ func (widget *Widget) Refresh() { widget.View.Clear() fmt.Fprintf( widget.View, - fmt.Sprintf("%%%ds\n%%%ds", w-2, w-1), - widget.animation(), + fmt.Sprintf("\n%%%ds", w-1), widget.timezones(), )