Elkowars Wacky Widgets Imporved Interface is a fork of Elkowars Wacky Widgets which is a standalone widget system made in Rust that allows you to implement your own, custom widgets in any window manager.
Examples of projects powered by ewwii.
| Project | Preview |
|---|---|
| Basic Bar - View Example |
|
| Data Structures - View Example |
|
| Wi-Fi GUI Template - View on GitHub |
|
| Obsidian Bar Template - View on GitHub |
|
| Binary Dots by @BinaryHarbinger - View on GitHub |
|
| Astatine Dots (Linux Rice with Ewwii) - View on GitHub |
- Powered by Gtk4
- Supports Hot reload
- Extensibility via plugins and rhai modules
- X11 + Wayland support
If you want to contribute anything, like adding new widgets, features, or subcommands (including sample configs), you should definitely do so.
- Fork this repository
- Read
CONTRIBUTING.md - Install dependencies
- Write down your changes in CHANGELOG.md
- Open a pull request once you're finished
This project is a fork of Eww (MIT License).
- Original Eww code remains under MIT License (see
licenses/eww-MIT.txt). - Modifications and additions in this fork are licensed under GPL-3.0 (see
LICENSE).