No description
Find a file
elkowar 8530f90a7c Add eww windows command and restructure daemon response.
Daemon response is now a dedicated type that contains information
about failure / success, and used in more commands, such as `open` and
`close`. Thus, this fixes #90 and also fixes #89.

For #90, the decision has been made to not make this independent of the
daemon, as that makes it possible to provide more information, and
because in most cases, users will have the daemon running when checking
windows anyways.
2021-01-16 18:09:35 +01:00
.github add image to readme 2021-01-07 21:25:33 +01:00
docs Fix script-vars being ran without window using them, and add debug flag. fixes #94. 2021-01-16 16:14:03 +01:00
src Add eww windows command and restructure daemon response. 2021-01-16 18:09:35 +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.