# Eww 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 **and instructions on how to install** can be found [here](https://elkowar.github.io/eww). ## New configuration language is being made! A new configuration language for Eww is being made! `yuck` is the new name! (as discussed in the [discussion post](https://github.com/elkowar/eww/discussions/206).) You can check out its development in [this PR](https://github.com/elkowar/eww/pull/221) and maybe contribewwte! ## Examples * A basic bar, see [examples](./examples/eww-bar) ![Example 1](./examples/eww-bar/eww-bar.png) * [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) ## 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