[modules/battery] quotes

This commit is contained in:
tobi-wan-kenobi 2020-04-19 13:42:16 +02:00
parent 8738ced325
commit 3e79b95df4
2 changed files with 3 additions and 3 deletions

View file

@ -14,7 +14,7 @@
- minimize modules
- tkinter / popups
- scrolling decorator (incl. minwidth, alignment)
- theme.exclude??
- theme.exclude?? (battery)
- bumblebee-ctrl
- default wheel handlers

View file

@ -1,6 +1,6 @@
# pylint: disable=C0111,R0903
'''Displays battery status, remaining percentage and charging information.
"""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)
@ -9,7 +9,7 @@ Parameters:
* 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)
'''
"""
import os
import glob