summaryrefslogtreecommitdiff
path: root/_posts/2009-06-17-xmobar-on-debian-sid.md
diff options
context:
space:
mode:
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.textile)12
1 files changed, 6 insertions, 6 deletions
diff --git a/_posts/2009-06-17-xmobar-on-debian-sid.textile b/_posts/2009-06-17-xmobar-on-debian-sid.md
index 7382b1a..46dfc40 100644
--- a/_posts/2009-06-17-xmobar-on-debian-sid.textile
+++ b/_posts/2009-06-17-xmobar-on-debian-sid.md
@@ -1,14 +1,14 @@
---
layout: post
-category: app
+summary: In which I path xmobar for Debian SID
title: xmobar on debian SID
---
-If you are using "xmonad":http://www.xmonad.org/ and "xmobar":http://code.haskell.org/~arossato/xmobar/ on "debian SID":http://www.debian.org/ on a laptop, and don't see any battery information, you may have test this "solution":http://5e6n1.wordpress.com/2009/03/30/xmobar-battery-plugin-using-sysfs-not-procfs/.
+If you are using [xmonad](http://www.xmonad.org/) and [xmobar](http://code.haskell.org/~arossato/xmobar/) on [Debian SID](http://www.debian.org/) on a laptop, and don't see any battery information, you may have test this [solution](http://5e6n1.wordpress.com/2009/03/30/xmobar-battery-plugin-using-sysfs-not-procfs/).
If this didn't solve your problem, try this patch on SysfsBatt.hs :
-{% highlight haskell %}
+{% highlight diff %}
52c52
< let path = sysfsPath ++ p ++ "/charge_full"
---
@@ -26,9 +26,9 @@ If this didn't solve your problem, try this patch on SysfsBatt.hs :
Then as before:
{% highlight bash %}
-runhaskell Setup.lhs configure --user
-runhaskell Setup.lhs build
-runhaskell Setup.lhs install --user
+% runhaskell Setup.lhs configure --user
+% runhaskell Setup.lhs build
+% runhaskell Setup.lhs install --user
{% endhighlight %}
Battery information should be visible.