summaryrefslogtreecommitdiff
path: root/posts/2009-06-17-xmobar-on-debian-sid.md
diff options
context:
space:
mode:
authorFranck Cuny <franck.cuny@gmail.com>2016-08-10 14:33:04 -0700
committerFranck Cuny <franck.cuny@gmail.com>2016-08-10 20:17:56 -0700
commit8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d (patch)
treea6cecddaaea7e87d901a6c28bebe3a531438f24b /posts/2009-06-17-xmobar-on-debian-sid.md
parentMerge branch 'convert-to-org' (diff)
downloadlumberjaph-8d7d02f42c3947f756c18cb4d37d9d97fbd0d27d.tar.gz
convert back to md
Diffstat (limited to '')
-rw-r--r--posts/2009-06-17-xmobar-on-debian-sid.md (renamed from posts/2009-06-17-xmobar-on-debian-sid.org)16
1 files changed, 7 insertions, 9 deletions
diff --git a/posts/2009-06-17-xmobar-on-debian-sid.org b/posts/2009-06-17-xmobar-on-debian-sid.md
index f906abc..c25ef09 100644
--- a/posts/2009-06-17-xmobar-on-debian-sid.org
+++ b/posts/2009-06-17-xmobar-on-debian-sid.md
@@ -1,17 +1,15 @@
-#+BEGIN_QUOTE
- #+BEGIN_EXAMPLE
- else showWithColors (printf "Batt: %.2f%%") stateInPercentage
- #+END_EXAMPLE
-
- ```
-#+END_QUOTE
+> ``` example
+> else showWithColors (printf "Batt: %.2f%%") stateInPercentage
+> ```
+>
+> \`\`\`
Then as before:
-#+BEGIN_EXAMPLE
+``` example
% runhaskell Setup.lhs configure --user
% runhaskell Setup.lhs build
% runhaskell Setup.lhs install --user
-#+END_EXAMPLE
+```
Battery information should be visible.