No description
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. |
||
---|---|---|
.github | ||
docs | ||
src | ||
.editorconfig | ||
.gitignore | ||
.vimspector.json | ||
Cargo.lock | ||
Cargo.toml | ||
gen-docs.js | ||
LICENSE | ||
README.md | ||
rust-toolchain | ||
rustfmt.toml |
About
Elkowar’s 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
- Fork this repo
- install dependencies
- smash your head against the keyboard from frustration (coding is hard)
- open a pull request once you're finished.