From bb9c0d61d2a25a4ab6b9dc4f1d31cd69994f7829 Mon Sep 17 00:00:00 2001 From: Tobias Witek Date: Sat, 13 Oct 2018 15:43:42 +0200 Subject: [PATCH] [doc] README: Add sample usage right in the beginning --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index 93cfe8f..ced7870 100644 --- a/README.md +++ b/README.md @@ -30,6 +30,14 @@ Supported FontAwesome version: 4 (free version of 5 doesn't include some of the Explicitly unsupported Python versions: 3.2 (missing unicode literals) +Example usage: + +``` +bar { + status_command = bumblebee-status -m cpu memory battery time pasink pasource -p time.format="%H:%M" -t solarized +} +``` + # Documentation See [the wiki](https://github.com/tobi-wan-kenobi/bumblebee-status/wiki) for documentation.