From d1e3ee701ab45445779b42c2635afbef7849b856 Mon Sep 17 00:00:00 2001 From: plumps Date: Fri, 14 Aug 2015 11:53:13 +0200 Subject: [PATCH] small typo --- i3pystatus/battery.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index 0e20452..f181a41 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -140,7 +140,7 @@ class BatteryChecker(IntervalModule): ("not_present_text", "Text displayed if the battery is not present. No formatters are available"), ("alert", "Display a libnotify-notification on low battery"), ("critical_level_command", "Runs a shell command in the case of a critical power state"), - "critical_level_percentage" + "critical_level_percentage", "alert_percentage", ("alert_format_title", "The title of the notification, all formatters can be used"), ("alert_format_body", "The body text of the notification, all formatters can be used"),