parent
4d4a7bf29d
commit
7ea8c5320d
3 changed files with 19 additions and 3 deletions
|
@ -1,5 +1,13 @@
|
|||
# pylint: disable=C0111,R0903
|
||||
|
||||
"""Displays battery status, remaining percentage and charging information.
|
||||
|
||||
Parameters:
|
||||
* battery.device : The device to read information from (defaults to BAT0)
|
||||
* battery.warning : Warning threshold in % of remaining charge (defaults to 20)
|
||||
* battery.critical: Critical threshold in % of remaining charge (defaults to 10)
|
||||
"""
|
||||
|
||||
import os
|
||||
|
||||
import bumblebee.input
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue