# Eww Elkowars Wacky Widgets is a standalone widget system made in Rust that allows you to implement your own, custom widgets in any window manager. Documentation **and instructions on how to install** can be found [here](https://elkowar.github.io/eww). ## Current maintenance status To those of you looking at the current slow progress, commit frequency and general activity: Don't worry, eww is not dead! I'm currently in the process of focussing on my bachelors thesis, thus work on eww has currently slowed down significantly. I hope to find more time to continue working on new features in the not-so-distant future. Thanks for sticking around! ## Examples (Note that some of these still make use of the old configuration syntax.) * A basic bar, see [examples](./examples/eww-bar) ![Example 1](./examples/eww-bar/eww-bar.png) * [Some setups by Druskus20](https://github.com/druskus20/eugh) ![Druskus20-bar](https://raw.githubusercontent.com/druskus20/eugh/master/polybar-replacement/.github/preview.png) * [My own vertical bar](https://github.com/elkowar/dots-of-war/tree/master/eww-bar/.config/eww-bar) * [Vertical Bar by Rxyhn](https://github.com/rxyhn/dotfiles)
![Rxyhn-rice](https://user-images.githubusercontent.com/93292023/152228869-d618335a-7a1e-40f7-95f9-b1cf401be89e.gif)
* [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0) ![Axarva-rice](https://raw.githubusercontent.com/Axarva/dotfiles-2.0/main/screenshots/center.png) * [Setup by adi1090x](https://github.com/adi1090x/widgets) ![Nordic](https://raw.githubusercontent.com/adi1090x/widgets/main/previews/nordic.png) * [i3 Bar replacement by owenrumney](https://github.com/owenrumney/eww-bar) ![Top bar](https://raw.githubusercontent.com/owenrumney/eww-bar/master/.github/topbar.gif) ![Bottom bar](https://raw.githubusercontent.com/owenrumney/eww-bar/master/.github/bottombar.gif) * [Setups by iSparsh](https://github.com/iSparsh/gross) ![iSparsh-gross](https://user-images.githubusercontent.com/57213270/140309158-e65cbc1d-f3a8-4aec-848c-eef800de3364.png) * [topbar by saimoomedits](https://github.com/Saimoomedits/eww-widgets)
![eww-top-bar](https://user-images.githubusercontent.com/72156551/153045183-227b62b2-223a-4a5b-a499-3f31044b5b65.gif)
## 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. Write down your changes in CHANGELOG.md 5. Open a pull request once you're finished