From 8ef0edc1cbbae4fe1bbbc612682f032b584eff68 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Sun, 5 Apr 2020 10:18:49 +0300 Subject: [PATCH 1/2] requirement comment --- bumblebee/modules/arch-update.py | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bumblebee/modules/arch-update.py b/bumblebee/modules/arch-update.py index faae680..f0bc70f 100644 --- a/bumblebee/modules/arch-update.py +++ b/bumblebee/modules/arch-update.py @@ -1,4 +1,8 @@ """Check updates to Arch Linux. + +Requires the following executable: + * checkupdates (from pacman-contrib) + """ From 5d7af8fc808a1d83834ccfbb0fb2156736186e3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Soykan=20Ert=C3=BCrk?= Date: Sun, 5 Apr 2020 10:28:39 +0300 Subject: [PATCH 2/2] Requirement of arch update --- Modules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Modules.md b/Modules.md index d87d2d5..3b9f595 100644 --- a/Modules.md +++ b/Modules.md @@ -2,7 +2,7 @@ |Name |Description | |-----|------------| |amixer |get volume level

| -|arch-update |Check updates to Arch Linux.
| +|arch-update |Check updates to Arch Linux.

Requires the following executable:
* checkupdates (from pacman-contrib)
| |battery-upower |Displays battery status, remaining percentage and charging information.

Parameters:
* battery-upower.warning : Warning threshold in % of remaining charge (defaults to 20)
* battery-upower.critical : Critical threshold in % of remaining charge (defaults to 10)
* battery-upower.showremaining : If set to true (default) shows the remaining time until the batteries are completely discharged
| |battery |Displays battery status, remaining percentage and charging information.

Parameters:
* battery.device : Comma-separated list of battery devices to read information from (defaults to auto for auto-detection)
* battery.warning : Warning threshold in % of remaining charge (defaults to 20)
* battery.critical : Critical threshold in % of remaining charge (defaults to 10)
* battery.showdevice : If set to "true", add the device name to the widget (defaults to False)
* battery.decorate : If set to "false", hides additional icons (charging, etc.) (defaults to True)
* battery.showpowerconsumption: If set to "true", show current power consumption (defaults to False)
| |battery_all |Displays battery status, remaining percentage and charging information.

Parameters:
* battery.device : Comma-separated list of battery devices to read information from (defaults to auto for auto-detection)
* battery.warning : Warning threshold in % of remaining charge (defaults to 20)
* battery.critical : Critical threshold in % of remaining charge (defaults to 10)
* batter.showremaining : If set to true (default) shows the remaining time until the batteries are completely discharged
|