From 473d2fbd1403bb475587a058ac9827202c7f4d8e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Thu, 12 Aug 2021 22:54:34 +0300 Subject: [PATCH] Improving docs I added tkinter as dependency in requirements. --- bumblebee_status/modules/contrib/system.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bumblebee_status/modules/contrib/system.py b/bumblebee_status/modules/contrib/system.py index e96ee3f..cc46ef8 100644 --- a/bumblebee_status/modules/contrib/system.py +++ b/bumblebee_status/modules/contrib/system.py @@ -21,6 +21,9 @@ Parameters: * system.suspend: specify a command for suspending (defaults to 'i3exit suspend') * system.hibernate: specify a command for hibernating (defaults to 'i3exit hibernate') +Requirements: + tkinter (python3-tk package on debian based systems either you can install it as python package) + contributed by `bbernhard `_ - many thanks! """