diff --git a/bumblebee_status/modules/contrib/arandr.py b/bumblebee_status/modules/contrib/arandr.py index b207524..8328f7e 100644 --- a/bumblebee_status/modules/contrib/arandr.py +++ b/bumblebee_status/modules/contrib/arandr.py @@ -8,6 +8,9 @@ saved screen layout as well as toggle on/off individual connected displays. Parameters: * No configuration parameters +Requires the following python modules: + * tkinter + Requires the following executable: * arandr * xrandr diff --git a/bumblebee_status/modules/contrib/taskwarrior.py b/bumblebee_status/modules/contrib/taskwarrior.py index d7add1c..81040e4 100644 --- a/bumblebee_status/modules/contrib/taskwarrior.py +++ b/bumblebee_status/modules/contrib/taskwarrior.py @@ -5,6 +5,7 @@ Requires the following library: Parameters: * taskwarrior.taskrc : path to the taskrc file (defaults to ~/.taskrc) + * taskwarrior.show_active: true/false(default) to show the active task ID and description when one is active, otherwise show the total number pending. contributed by `chdorb `_ - many thanks! diff --git a/docs/modules.rst b/docs/modules.rst index 49d0256..85c7a6d 100644 --- a/docs/modules.rst +++ b/docs/modules.rst @@ -446,6 +446,9 @@ saved screen layout as well as toggle on/off individual connected displays. Parameters: * No configuration parameters +Requires the following python modules: + * tkinter + Requires the following executable: * arandr * xrandr