No description
Find a file
ElKowar 9a8bbf4114
Expression language (#124)
* Add AST

* add make-shift testing parser, and make stuff ocmpile

* add proper expression parser

* make string format use '

* Add empty doc page for expressions

* add tests

* Clean up file structure and add unary operators

* Write documentation
2021-03-02 10:27:52 +01:00
.github Improve readme 2021-02-10 20:43:18 +01:00
docs Expression language (#124) 2021-03-02 10:27:52 +01:00
examples/eww-bar Implement struts 2021-02-17 16:42:54 +01:00
src Expression language (#124) 2021-03-02 10:27:52 +01: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 Expression language (#124) 2021-03-02 10:27:52 +01:00
Cargo.toml Expression language (#124) 2021-03-02 10:27:52 +01:00
gen-docs.js Fix replace in build-docs script 2020-10-25 17:41:10 +01:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md Improve readme 2021-02-10 20:43:18 +01:00
rust-toolchain add toolchain file 2020-10-18 23:25:00 +02:00
rustfmt.toml Cleanup script-var-handler behaviour 2020-10-19 20:39:34 +02: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 can be found here.

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