No description
Find a file
ElKowar a9aa0f9689
Revert hot-reloading regressions (#1296)
* Revert "Force recreating windows on config change (#1284)"

This reverts commit 29fa1587c3.

* Revert "Avoid recreating windows when only duration changes (#1236)"

This reverts commit b6b7bc8453.
2025-03-25 20:08:09 +01:00
.github fix bug_report issue template even more 2024-10-11 15:36:21 +02:00
crates Revert hot-reloading regressions (#1296) 2025-03-25 20:08:09 +01:00
docs feat: add subcommand to force-poll variable (#1227) 2025-02-05 20:11:35 +01:00
examples feat: Add support for on-demand window focus on wayland (#1215) 2024-12-27 00:44:06 +01:00
.editorconfig CI/CD & Formatting (#6) 2020-10-18 23:25:00 +02:00
.gitignore heavily refactor nix flake (#532) 2022-08-21 23:09:54 +02:00
Cargo.lock fix: Load systray items that are registered without a path (#1230) 2025-02-05 20:14:49 +01:00
Cargo.toml revert: zbus 4 -> 3 (#1203) 2024-09-26 19:22:24 +02:00
CHANGELOG.md Add value-pos to scale widget (#1285) 2025-02-16 16:46:18 +01:00
default.nix nix: update flake-compat (#1197) 2024-10-10 19:25:09 +02:00
flake.lock feat: update toolchain to 1.81.0 (#1195) 2024-10-10 19:26:00 +02:00
flake.nix nix: update flake-compat (#1197) 2024-10-10 19:25:09 +02:00
gen-docs.ts Fix some types missing in widget docs 2022-05-26 15:00:34 +02:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md Reference yolk in Readme 2024-12-21 16:56:36 +01:00
rust-toolchain.toml feat: update toolchain to 1.81.0 (#1195) 2024-10-10 19:26:00 +02:00
rustfmt.toml Remove nightly options from rustfmt.toml 2024-02-17 14:14:46 +01:00
shell.nix nix: update flake-compat (#1197) 2024-10-10 19:25:09 +02:00
YUCK_MIGRATION.md Clean up example bar 2021-08-18 16:21:04 +02:00

dependency status

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.

Check out another cool project by me

I'm currently busy working yolk, which is a dotfile management solution that supports a unique spin on templating: templating without template files.

To find out more, check out the website and documentation!

Examples

(Note that some of these still make use of the old configuration syntax.)

Rxyhn-rice

eww-top-bar

Activate Linux

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. Write down your changes in CHANGELOG.md
  5. Open a pull request once you're finished