From b1a2c4d6c5b7a9043dff12fb43c76f098392fb67 Mon Sep 17 00:00:00 2001 From: w8u Date: Wed, 25 Nov 2015 20:40:51 +0300 Subject: [PATCH] corrected settings to avoid Sphinx errors --- i3pystatus/vk.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i3pystatus/vk.py b/i3pystatus/vk.py index 7da4f8a..ba24fcf 100644 --- a/i3pystatus/vk.py +++ b/i3pystatus/vk.py @@ -28,9 +28,9 @@ class Vk(IntervalModule): ("app_id", "Id of your VK API app"), ("access_token", "Your access token. You must have `messages` and `offline` access permissions"), ("token_error", "Message to be shown if there's some problem with your token"), - ("color",), - ("color_bad",), - ("color_unread",), + ("color", "General color of the output"), + ("color_bad", "Color of the output in case of access token error"), + ("color_unread", "Color of the output if there are unread messages"), ) @require(internet)