blob: c201e60f7ff4059acb9c8286aab278aac0b628ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
> else showWithColors (printf "Batt: %.2f%%") stateInPercentage
```
Then as before:
```bash
% runhaskell Setup.lhs configure --user
% runhaskell Setup.lhs build
% runhaskell Setup.lhs install --user
```
Battery information should be visible.
|