No description
* fix!: eliminate some dead code * fix: fix lints Combined diff of a7a09ea192b6f06b1984709029dc3bfe0481759e and bfc5cb9cb020dd256484eb5e4344e12e4a3b2ceb Co-authored-by: Johan Geluk <johan@geluk.io> * fix: remove unnecessary allow; fix capitalization * chore: automatically update a few dependencies * fix: fix lint i introduced this in #1119, whoops * docs: move #1132's changelog entry --------- Co-authored-by: Johan Geluk <johan@geluk.io> |
||
---|---|---|
.github | ||
crates | ||
docs | ||
examples/eww-bar | ||
.editorconfig | ||
.gitignore | ||
Cargo.lock | ||
Cargo.toml | ||
CHANGELOG.md | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
gen-docs.ts | ||
LICENSE | ||
README.md | ||
rust-toolchain.toml | ||
rustfmt.toml | ||
shell.nix | ||
YUCK_MIGRATION.md |
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.
Dharmx also wrote a nice, beginner friendly introductory guide for eww here.
Eww needs your opinion!
I've hit a bit of a design roadblock for one of the bigger features that are in the works right now.
Please read through https://github.com/elkowar/eww/discussions/453 and share your thoughts, ideas and opinions!
Examples
(Note that some of these still make use of the old configuration syntax.)
-
A basic bar, see examples

Contribewwting
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