# Installation ```shell cargo install wally-vibe ``` # Running ```shell wally-vibe install ``` # Configuration By default, `wally-vibe` will, on success, vibe full strength for 3 seconds. You can change that by setting `WALLY_VIBE_PATTERN` environment variable. For example, to set it vibe for 1.5 second on 20% strength, you can do: ```shell WALLY_VIBE_PATTERN="0.2 1.5s" wally-vibe ``` You can also set full patterns of vibes to run, by separating them with slashes `/`. Here is one example: ``` WALLY_VIBE_PATTERN="0.4 1s/0.6 1s/0.8 0.75s/1.0 0.25s" ```