fix datetime and readme

This commit is contained in:
koksnuss
2018-05-15 10:43:02 +02:00
parent 0621944365
commit 6ba071bebc
4 changed files with 37 additions and 19 deletions

View File

@ -17,12 +17,10 @@ backlight none, searches in /sys/class/backlight, intel and ati/amd supported
```
# Install
- If you already have a folder `~/.config/i3blocks` move it somewhere else:
`mv ~/.config/i3blocks{,.bak}`
- Clone this repo to `~/.config/i3blocks`:
`git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks`
- Make sure you've added `bar { status_command i3blocks }` in `~/config/i3/config`:
- Backup: `mv ~/.config/i3blocks{,.bak}`
- Clone: `git clone https://will.kein.hk/git/koksnuss/simple-i3blocks.git ~/.config/i3blocks`
- Adjust `~/.config/i3blocks/config` to control i3 status bar output (see [Usage](#usage)).
- Make sure you've added `bar { status_command i3blocks }` in your i3-config file (i.e. `~/config/i3/config`).
- Finally reload your `i3` window manager. The default shortcut is `mod + SHIFT + r`, you should see a flickering.
# Usage