1
0
mirror of https://github.com/taigrr/wtf synced 2025-01-18 04:03:14 -08:00

Closes #52. Add Power module

This module displaysw which source is providing power (AC or battery)
and for the battery displays the current charge capacity, how long it
will last, and the battery state.
This commit is contained in:
Chris Cummer
2018-05-24 22:00:40 -07:00
parent 9caaadb48d
commit 9f1bad6571
5 changed files with 189 additions and 1 deletions

View File

@@ -21,7 +21,6 @@ type Widget struct {
}
func NewWidget() *Widget {
widget := Widget{
TextWidget: wtf.NewTextWidget(" 🏃 Runner ", "cmdrunner", false),