ElKowars wacky widgets
Go to file
contribuewwt 3b60b64c34
Modifications to hot reload (#141)
* Hot reload

* Add wayland and no-x11-wayland build to CI

* Fix no-x11-wayland build (#160)

* test-commit

* Update workflow

* add cache to rust build

* Fix wayland build

* Fix no-x11-wayland build

* Use new version of pkg and do big think about how make async

* forgot to autofmt

* updates

* Hot reload

* Use new version of pkg and do big think about how make async

* forgot to autofmt

* updates

* requested changes + autoformat again

Co-authored-by: elkowar <5300871+elkowar@users.noreply.github.com>
2021-05-06 19:43:50 +02:00
.github Fix no-x11-wayland build (#160) 2021-05-04 10:09:41 +02:00
docs fix documentation for exclusive in wayland 2021-05-03 22:49:43 +02:00
examples/eww-bar Proper wayland support (#125) 2021-05-03 21:14:34 +02:00
src Modifications to hot reload (#141) 2021-05-06 19:43:50 +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 Proper wayland support (#125) 2021-05-03 21:14:34 +02:00
Cargo.toml Modifications to hot reload (#141) 2021-05-06 19:43:50 +02:00
gen-docs.ts Fix no-x11-wayland build (#160) 2021-05-04 10:09:41 +02:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md Explicetely states where to look for installing eww (#131) 2021-03-28 15:08:59 +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.

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