diff --git a/status/widget.go b/status/widget.go index 16f58736..8fd28350 100644 --- a/status/widget.go +++ b/status/widget.go @@ -55,7 +55,7 @@ func (widget *Widget) addView() { } func (widget *Widget) contentFrom() string { - icons := []string{"💛", "💚", "💙", "🖤", "💜"} + icons := []string{"👍", "🤜", "🤙", "🤜"} next := icons[widget.Current] widget.Current = widget.Current + 1