Explicetely states where to look for installing eww (#131)

I think this should be added, because we already had a couple of people opening issues because they didn't read the docs on how to install eww.
This commit is contained in:
legendofmiracles 2021-03-28 13:08:59 +00:00 committed by GitHub
parent eb804ae346
commit f39debfe10
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,9 +7,10 @@
Elkowar’s Wacky Widgets is a standalone widget system made in Rust that allows you to implement 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. 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) * A basic bar, see [examples](./examples/eww-bar)
![Example 1](./examples/eww-bar/eww-bar.png) ![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) * [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0)
![Axarva-rice](https://raw.githubusercontent.com/Axarva/dotfiles-2.0/main/screenshots/center.png) ![Axarva-rice](https://raw.githubusercontent.com/Axarva/dotfiles-2.0/main/screenshots/center.png)
## Contribewwting ## Contribewwting
If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitely do so. If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitely do so.