29 lines
900 B
Markdown
29 lines
900 B
Markdown
|
|
|
|
# Eww
|
|
|
|
<img src="./.github/EwwLogo.svg" height="100" align="left"/>
|
|
|
|
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).
|
|
|
|
# Examples
|
|
|
|
* A basic bar, see [examples](./examples/eww-bar)
|
|

|
|
|
|
* [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0)
|
|

|
|
|
|
|
|
## Contribewwting
|
|
|
|
If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitely do so.
|
|
|
|
### Steps
|
|
1. Fork this repository
|
|
2. Install dependencies
|
|
3. Smash your head against the keyboard from frustration (coding is hard)
|
|
4. Open a pull request once you're finished
|