No description
Find a file
snakedye 9865e4ff9b
Adding the GtkRevealer widget (#194)
* widgets: new gtk_releaver builder

* correcting notes

* re: review

* re:re: using utils

* re:re:re:indent 🙏

Co-authored-by: Bryan Ndjeutcha <ndjeutcha@gmail.com>
2021-06-22 20:51:51 +02:00
.github Predefined variables/Magic vars (#117) 2021-05-11 18:45:29 +02:00
docs fix documentation 2021-05-29 12:42:32 +02:00
examples/eww-bar Proper wayland support (#125) 2021-05-03 21:14:34 +02:00
src Adding the GtkRevealer widget (#194) 2021-06-22 20:51:51 +02:00
.editorconfig CI/CD & Formatting (#6) 2020-10-18 23:25:00 +02:00
.gitignore init 2020-09-19 11:12:24 +02:00
.vimspector.json Cleanup 2020-11-21 22:17:21 +01:00
Cargo.lock Predefined variables/Magic vars (#117) 2021-05-11 18:45:29 +02:00
Cargo.toml Add star to version in gtk dependencies 2021-06-04 15:35:47 +02:00
gen-docs.ts Predefined variables/Magic vars (#117) 2021-05-11 18:45:29 +02:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md Add adi1090x's setup to the readme 2021-06-03 15:14:30 +02:00
rust-toolchain add toolchain file 2020-10-18 23:25:00 +02:00
rustfmt.toml change formatting config 2021-03-08 22:28:29 +01:00

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.

Configuration Rework - USER OPINIONS NEEDED

Currently, a rework of the configuration language is planned. Please give your opinions in the discussion post.

Examples

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. Open a pull request once you're finished