summaryrefslogtreecommitdiff
path: root/posts/2009-06-17-xmobar-on-debian-sid.md
diff options
context:
space:
mode:
Diffstat (limited to 'posts/2009-06-17-xmobar-on-debian-sid.md')
-rw-r--r--posts/2009-06-17-xmobar-on-debian-sid.md15
1 files changed, 15 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..c25ef09
--- /dev/null
+++ b/posts/2009-06-17-xmobar-on-debian-sid.md
@@ -0,0 +1,15 @@
+> ``` example
+> else showWithColors (printf "Batt: %.2f%%") stateInPercentage
+> ```
+>
+> \`\`\`
+
+Then as before:
+
+``` example
+ % runhaskell Setup.lhs configure --user
+ % runhaskell Setup.lhs build
+ % runhaskell Setup.lhs install --user
+```
+
+Battery information should be visible.