From ec122edc14b1c9df9d9276663717de4cc43000be Mon Sep 17 00:00:00 2001 From: Rauwomos Date: Mon, 12 Mar 2018 19:54:27 +0000 Subject: [PATCH] Updated README --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6a9aaba..72c4d02 100644 --- a/README.md +++ b/README.md @@ -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 ``` @@ -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