diff options
author | jao <jao@gnu.org> | 2019-10-15 03:01:30 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2019-10-15 03:01:30 +0100 |
commit | d0c5040aca2add1398e37ef96004924fc8e6ee41 (patch) | |
tree | 219b65b4d2bde12f73265035d2d8cf42c02d353a /src/Xmobar/Plugins/Monitors/Common/Output.hs | |
parent | 38d8eb053374c824e25551a4610a7be2f4f80a31 (diff) | |
download | xmobar-d0c5040aca2add1398e37ef96004924fc8e6ee41.tar.gz xmobar-d0c5040aca2add1398e37ef96004924fc8e6ee41.tar.bz2 |
Battery: -P to show %
Diffstat (limited to 'src/Xmobar/Plugins/Monitors/Common/Output.hs')
-rw-r--r-- | src/Xmobar/Plugins/Monitors/Common/Output.hs | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Xmobar/Plugins/Monitors/Common/Output.hs b/src/Xmobar/Plugins/Monitors/Common/Output.hs index 53c5b0f..7a14a74 100644 --- a/src/Xmobar/Plugins/Monitors/Common/Output.hs +++ b/src/Xmobar/Plugins/Monitors/Common/Output.hs @@ -1,7 +1,7 @@ ------------------------------------------------------------------------------ -- | -- Module: Xmobar.Plugins.Monitors.Strings --- Copyright: (c) 2018 Jose Antonio Ortega Ruiz +-- Copyright: (c) 2018, 2019 Jose Antonio Ortega Ruiz -- License: BSD3-style (see LICENSE) -- -- Maintainer: jao@gnu.org @@ -18,6 +18,7 @@ module Xmobar.Plugins.Monitors.Common.Output ( IconPattern , parseIconPattern , padString + , colorizeString , showWithPadding , showWithColors , showWithColors' |