Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
rowan-walshe committed Mar 12, 2018
1 parent d9eb327 commit ec122ed
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ I have just got this working as a proof of concept, and has a very limited featu
### Sample i3blocks.conf
```
[light]
command=$SCRIPT_DIR/app $SCRIPT_DIR/electron-hue-color-picker-linux-x64/electron-hue-color-picker
command=$SCRIPT_DIR/hue-status $SCRIPT_DIR/electron-hue-color-picker-linux-x64/electron-hue-color-picker
interval=1
markup=pango
```
Expand All @@ -38,11 +38,11 @@ Middle Click - Select Colour
### Setup Instructions
1. Unzip the release to ~/.config/i3/
* You should then have the following
* ~/.config/i3/Light-Control/app
* ~/.config/i3/Light-Control/electron-hue-color-picker-linux-x64
* You can put the app executable wherever you want, just update your i3blocks config
* $SCRIPT_DIR/hue-status
* $SCRIPT_DIR/electron-hue-color-picker-linux-x64
* You can put the hue-status executable wherever you want, just update your i3blocks config
* If you change the location of the electron-hue-color-picker, add the new location as an argument in your i3blocks config
* `command=/home/rowan/.config/i3/Light-Control/app ~/.config/i3/electron-hue-color-picker`
* `command=/home/rowan/.config/i3/Light-Control/hue-status ~/.config/i3/electron-hue-color-picker-linux-x64/electron-hue-color-picker`
2. Add the require lines to i3blocks.conf and your i3 config

### Thinks to note with this version
Expand Down

0 comments on commit ec122ed

Please sign in to comment.