diff --git a/i3pystatus/battery.py b/i3pystatus/battery.py index 71eb4e0..1fb3f0e 100644 --- a/i3pystatus/battery.py +++ b/i3pystatus/battery.py @@ -105,10 +105,8 @@ class BatteryChecker(IntervalModule): "format", ("alert", "Display a libnotify-notification on low battery"), "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"), + ("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"), ("path", "Override the default-generated path"), ("status", "A dictionary mapping ('DIS', 'CHR', 'FULL') to alternative names"), )