From cc2ae7c1849aa8dfa8e8ccf2f13f93ec9c5c8e41 Mon Sep 17 00:00:00 2001 From: koksnuss Date: Sun, 13 May 2018 19:13:49 +0200 Subject: [PATCH] add detailed install instructions --- README.md | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 89c0ea9..0531c7b 100644 --- a/README.md +++ b/README.md @@ -2,19 +2,23 @@ This is a simple - still in rogress - collection of `i3blocks` script and a config file with the aim to display only important information in favor of not spilling lots of numbers into the status bar. I.e. only the amount of left RAM is displayed as this is - in my point of view - the most imoortant information we like to know most of the times. # Install -Install `i3blocks` and clone this repo to `~/.config/i3blocks`. Remember to back up you existing configs and scripts inside that directory if you already created them. Adjust `config` to control i3 status bar output. +Install `i3blocks` and clone this repo to `~/.config/i3blocks`. Remember to back up you existing configs and scripts inside that directory if you already created them. +```bash +git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks +``` +Adjust `~/.config/i3blocks/config` to control i3 status bar output. Finally reload your `i3` window manager. The default shortcut is `mod + SHIFT + r`, you should see a flickering. -# TODO +# Roadmap - [x] date and time - [x] ram - [x] storage - [x] ip +- [x] battery +- [x] same color palette - [ ] fix ip not showing sometimes - [ ] swap - [ ] audio -- [x] battery - [ ] cpu - [ ] wifi/ethernet/bluetooth - [ ] external storage mount - [ ] ethernet bandwith -- [x] same color palette