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:
parent
eb804ae346
commit
f39debfe10
1 changed files with 3 additions and 3 deletions
|
@ -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)
|
||||||

|

|
||||||
|
@ -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)
|
||||||

|

|
||||||
|
|
||||||
|
|
||||||
## 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.
|
||||||
|
|
Loading…
Add table
Reference in a new issue