diff options
Diffstat (limited to '')
| -rw-r--r-- | posts/2009-06-17-xmobar-on-debian-sid.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/posts/2009-06-17-xmobar-on-debian-sid.md b/posts/2009-06-17-xmobar-on-debian-sid.md new file mode 100644 index 0000000..c201e60 --- /dev/null +++ b/posts/2009-06-17-xmobar-on-debian-sid.md @@ -0,0 +1,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. |
