From d66e6d282083b63427c13b776de6357903f97b25 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20Gro=C3=9F?= Date: Mon, 24 Sep 2018 20:26:52 +0200 Subject: [PATCH] adding Helpful Helptext --- spotify/widget.go | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/spotify/widget.go b/spotify/widget.go index a612c4b7..42e12336 100644 --- a/spotify/widget.go +++ b/spotify/widget.go @@ -11,9 +11,11 @@ import ( ) const HelpText = ` - Keyboard commands for Textfile: - TESTTEST - ` + To control Spotify use: + [Spacebar] for Play & Pause + [h] for Previous Song + [l] for Next Song +` type Widget struct { wtf.HelpfulWidget