ElKowars wacky widgets
Go to file
moni 6657ef493e
heavily refactor nix flake (#532)
* heavily refactor nix flake

* move from legacy rust-toolchain to rust-toolchain.toml
2022-08-21 23:09:54 +02:00
.github Setup sponsorship options (fixes #526) 2022-08-19 13:55:51 +02:00
crates Add support for :active on event box (#529) 2022-08-18 15:11:10 +02:00
docs Implement loop widget (#350) 2022-04-23 12:54:48 +02:00
examples/eww-bar Fix ram usage in example 2021-09-12 12:03:10 +02: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 Updated dependencies (#449) 2022-07-27 18:25:08 +02:00
Cargo.toml use glob to match workspace crates (#500) 2022-07-25 11:28:02 +02:00
CHANGELOG.md Add support for "round-digits" property for scale widget (#509) 2022-08-15 10:34:54 +02:00
default.nix clean up nix expressions (#469) 2022-08-15 10:56:05 +02:00
flake.lock heavily refactor nix flake (#532) 2022-08-21 23:09:54 +02:00
flake.nix heavily refactor nix flake (#532) 2022-08-21 23:09:54 +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 Updated dependencies (#449) 2022-07-27 18:25:08 +02:00
rust-toolchain.toml heavily refactor nix flake (#532) 2022-08-21 23:09:54 +02:00
shell.nix clean up nix expressions (#469) 2022-08-15 10:56:05 +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.

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.)

Rxyhn-rice

eww-top-bar

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