openbsd-ports/x11/hs-xmonad-contrib/patches/patch-XMonad_Util_Loggers_hs

16 lines
833 B
Plaintext
Raw Normal View History

$OpenBSD: patch-XMonad_Util_Loggers_hs,v 1.3 2013/01/24 09:44:18 dcoppa Exp $
Use our apm(8) instead of linux-only acpi
--- XMonad/Util/Loggers.hs.orig Tue Jan 1 02:32:44 2013
+++ XMonad/Util/Loggers.hs Tue Jan 22 16:06:00 2013
@@ -120,7 +120,7 @@ aumixVolume = logCmd "aumix -vq"
-- At some point it would be nice to make this more general\/have
-- fewer dependencies (assumes @\/usr\/bin\/acpi@ and @sed@ are installed.)
battery :: Logger
2012-01-12 06:12:38 -05:00
-battery = logCmd "/usr/bin/acpi | sed -r 's/.*?: (.*%).*/\\1/; s/[dD]ischarging, ([0-9]+%)/\\1-/; s/[cC]harging, ([0-9]+%)/\\1+/; s/[cC]harged, //'"
+battery = logCmd "printf \"%s%% %s\" \"`apm -l`\" \"`apm -a -v | sed 's|A/C adapter state: ||'`\""
-- | Get the current date and time, and format them via the
-- given format string. The format used is the same as that used