No description
* Export magic constants during server initialization * `docs`: add `magic constants` descriptions (or at least try) * `docs`: add `min` and `max` simplexpr functions entries * `docs`: `expander` should contain single child * Update docs/src/magic-vars.md Co-authored-by: Wölfchen <w-lfchen@posteo.net> * `docs`: fix the heat units typo * Revert "Export magic constants during server initialization" This reverts commit 09fbdde6c99a4c4c8af39b76496878f99a28d568. * Revert "Update docs/src/magic-vars.md" This reverts commit b3dbfadfb2143cc0d3e2e21c0cf43ed0a96a53cf. * Revert "`docs`: add `magic constants` descriptions (or at least try)" This reverts commit f03aebf0dd2fba10c67c608f72570c230d0eb8ea. --------- Co-authored-by: Wölfchen <w-lfchen@posteo.net> |
||
---|---|---|
.github | ||
crates | ||
docs | ||
examples | ||
.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