# Table of Contents * [About](#org4ab08b6) * [Configuration](#org581ca61) * [Example Config](#orgb769597) * [Building](#orgbf66ce2) * [Prerequisites](#org727b3da) * [Installation](#orgdd31739) * [Usage](#org4a9b3c6) # About Elkowar’s Wacky Widgets is a standalone Widget System made in rust to add AwesomeWM like widgets to any WM # Configuration Eww’s configuration should be placed in `~/.config/eww/eww.xml` and any `scss` styles you want to add should be put into `~/.config/eww/eww.scss`. ## Example Config ```xml $$foo $$ree test ``` # Building ## Prerequisites - rustc - cargo Get them at ## Installation Build the Binary using -: $ git clone https://github.com/Elkowar/eww.git $ cd eww $ cargo build --release then copy the built binary from `./target/release` to anywhere in `$PATH` (example - `~/.local/bin`) # Usage Create a Config and then just do `eww`!