From c271e118b77e5a846864e216bbaf0755809dfcb0 Mon Sep 17 00:00:00 2001 From: Dmitry Chumak Date: Sun, 5 May 2013 01:01:15 +0900 Subject: [PATCH] Update README.md --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) diff --git a/README.md b/README.md index fb13dfc..b908ee7 100644 --- a/README.md +++ b/README.md @@ -2,3 +2,28 @@ i3statuspp ========== i3status plugin patch + +Config example: + + general { + colors = true + interval = 5 + plugins_path = "/etc/i3status/plugins" // describing, where to search for plugin binaries + } + + plugin test { // "test" is the name of the plugin binary + plugins_list = "ololo" // right now means absolutely nothing. May be used for some aaditional funcs in the future + } + + plugin weather { + } + + order += "disk /" + order += "plugin test" + order += "disk /home" + order += "wireless wlan0" + order += "ethernet eth0" + order += "battery 0" + #order += "load" + order += "plugin weather" // putting the weather plugin in the right place on the panel + order += "tztime local"