No description
Find a file
2021-02-02 19:59:30 +01:00
.github add image to readme 2021-01-07 21:25:33 +01:00
docs Shows warnings when defining variables that are already defined, and other general improvements (#105) 2021-01-31 16:11:52 +01:00
src Add -c / --config argument to eww daemon (#104) 2021-02-02 19:59:30 +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 update dependencies 2021-01-07 21:43:00 +01:00
Cargo.toml update dependencies 2021-01-07 21:43:00 +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 add image to readme 2021-01-07 21:25:33 +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 logo

About

Elkowars Wacky Widgets is a standalone Widget System made in rust to add AwesomeWM like widgets to any WM

Documentation can be found here

Contribewwting

If you want to contribute anything, like adding new widgets, features or subcommands, you should definitly do so.

Steps

  1. Fork this repo
  2. install dependencies
  3. smash your head against the keyboard from frustration (coding is hard)
  4. open a pull request once you're finished.