diff options
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. |
