No description
Find a file
RedstoneWizard22 4f59424e0e
Added angle property for label widget (#209)
* Added angle property for label widget

* Update src/widgets/widget_definitions.rs

Co-authored-by: ElKowar <5300871+elkowar@users.noreply.github.com>
2021-07-15 14:07:06 +02:00
.github Add small checklist to bug report template 2021-07-15 13:55:39 +02:00
docs Set _NET_WM_WINDOW_TYPE and related fields properly (#176) 2021-07-15 13:37:50 +02:00
examples/eww-bar Set _NET_WM_WINDOW_TYPE and related fields properly (#176) 2021-07-15 13:37:50 +02:00
src Added angle property for label widget (#209) 2021-07-15 14:07:06 +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 Set _NET_WM_WINDOW_TYPE and related fields properly (#176) 2021-07-15 13:37:50 +02:00
Cargo.toml Add star to version in gtk dependencies 2021-06-04 15:35:47 +02:00
default.nix Added nix flake and nix shell (#205) 2021-07-11 16:03:03 +02:00
flake.lock Added nix flake and nix shell (#205) 2021-07-11 16:03:03 +02:00
flake.nix fix clippy in the nix dev environment (#211) 2021-07-15 13:38:48 +02:00
gen-docs.ts Move to mdbook 2021-06-22 23:45:54 +02:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md Upate request for opinions to link to the name discussion 2021-07-12 11:48:49 +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
shell.nix fix clippy in the nix dev environment (#211) 2021-07-15 13:38:48 +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 and instructions on how to install can be found here.

New configuration language needs a name - USER OPINIONS NEEDED

The rework of the configuration language has been decided on. Now, we just need a name! Please give your opinions in the discussion post.

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