[taffybar] Add battery info

This commit is contained in:
Ivan Malison 2018-05-16 22:40:12 -07:00
parent ce6c1e1388
commit 48ecccb40c
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -163,6 +163,8 @@ main = do
] ]
, endWidgets = map (>>= buildPadBox) , endWidgets = map (>>= buildPadBox)
[ clock >>= setMinWidth 200 [ clock >>= setMinWidth 200
, textBatteryNew "$percentage$% ($time$)"
, batteryIconNew
, sniTrayNew , sniTrayNew
, github , github
, cpu , cpu