From 2908d0f189f21c3ddc9ec173807056ed9f92ae38 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Mon, 21 May 2018 22:51:41 +0200 Subject: [PATCH] enhance wording --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index b9585f5..be8a129 100644 --- a/README.md +++ b/README.md @@ -10,8 +10,8 @@ This is a simple collection of i3blocks-modules accompagnied by a config file wi - module *audio*: `instance=mic` will show the microphone level instead. With a left mouse click the device is muted/unmuted. - module *ram*: by default free ram and swap are shown in the format `a+b G` where `a` is ram and `b` is swap. If you want to show ram and swap seperatly, use `instance=ram` or `instance=swap`. If you left click on the block, `top` will be openend. - *cpu*: by default total idle cpu time of all cores together is displayed. If you left click on the block, `top` will be openend. -- module *battery*: by default the total left energy of all attached batteries is shown. If you want to display the batteries seperatly, use `instance=x` will show the status of BATx in case you have more than one battery attached to your device. -- module *brightness*: By default the brightness level is shown in the default font color (depending on your i3 config). When set to "color" the brightness level is printed colored which is nice when using a device in battery mode. +- module *battery*: By default the total energy left of all batteries is shown. Use `instance=x` to show the status of `BATx` in case you have more than one battery in `/sys/class/powersupply`. +- module *backlight*: By default the brightness level is shown in the default font color (depending on your i3 config). Use `instance="color"` to print the brightness level colored which is nice when using a device in battery mode. # Requirements Install [i3 window manager](https://i3wm.org) alongside with [i3blocks](https://github.com/vivien/i3blocks) and `git`. The following shows the requirements for each module: