summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorAndreas Doll <andreas.doll@posteo.de>2021-12-22 16:19:52 +0100
committerAndreas Doll <andreas.doll@posteo.de>2021-12-22 16:19:52 +0100
commita7789b75ff9fe43df210c3b15a12197cd8c69247 (patch)
tree17050158580983bcf41449c3d3f6a125537e6cd6
parent83c47973786a72973e11a59b1ba80c5cfdbdabd9 (diff)
downloadxmobar-a7789b75ff9fe43df210c3b15a12197cd8c69247.tar.gz
xmobar-a7789b75ff9fe43df210c3b15a12197cd8c69247.tar.bz2
Fix BatteryP example configuration
Add a forgotten comma in example configuration to make it syntactically correct.
-rw-r--r--doc/plugins.org2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/plugins.org b/doc/plugins.org
index cb2df22..01f7634 100644
--- a/doc/plugins.org
+++ b/doc/plugins.org
@@ -294,7 +294,7 @@ something like:
"-L", "10", "-H", "80", "-p", "3",
"--", "-O", "<fc=green>On</fc> - ", "-i", "",
"-L", "-15", "-H", "-5",
- "-l", "red", "-m", "blue", "-h", "green"
+ "-l", "red", "-m", "blue", "-h", "green",
"-a", "notify-send -u critical 'Battery running out!!'",
"-A", "3"]
600