1.4 KiB
1.4 KiB
Ewwii
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
All examples are in the examples directory.
-
A basic bar CLICK TO SEE

-
Data structures CLICK TO SEE

Contribewwtiing
If you want to contribute anything, like adding new widgets, features, or subcommands (including sample configs), you should definitely do so.
Steps
- Fork this repository
- Install dependencies
- Smash your head against the keyboard from frustration (coding is hard)
- Write down your changes in CHANGELOG.md
- Open a pull request once you're finished
Licensing
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).