From ff32f74bece49feaf194c8d27c05e97c8094f649 Mon Sep 17 00:00:00 2001 From: enkore Date: Thu, 24 Oct 2013 15:36:34 +0200 Subject: [PATCH] battery: formatting --- i3pystatus/battery.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) 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"), )