diff --git a/README.md b/README.md index bdc0c07..079b80c 100644 --- a/README.md +++ b/README.md @@ -7,9 +7,10 @@ Elkowar’s Wacky Widgets is a standalone widget system made in Rust that allows you to implement your own, custom widgets in any window manager. -Documentation can be found [here](https://elkowar.github.io/eww/main). +Documentation **and instructions on how to install** can be found [here](https://elkowar.github.io/eww/main). -# Examples + +## Examples * A basic bar, see [examples](./examples/eww-bar) ![Example 1](./examples/eww-bar/eww-bar.png) @@ -17,7 +18,6 @@ Documentation can be found [here](https://elkowar.github.io/eww/main). * [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0) ![Axarva-rice](https://raw.githubusercontent.com/Axarva/dotfiles-2.0/main/screenshots/center.png) - ## Contribewwting If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitely do so.