ElKowars wacky widgets
Go to file
AusCyberman 765b655168
Added nix flake and nix shell (#205)
* added flake

* updated flake.lock

* fixup! updated flake.lock

* Added app packages

* added default.nix for non flake systems

* added compat for shell with non flake systems

* changed to use fenix src

* fixup! changed to use fenix src

* get rid of the newlines, i guess?

* fixup! get rid of the newlines, i guess?
2021-07-11 16:03:03 +02:00
.github Move to mdbook 2021-06-22 23:45:54 +02:00
docs fix typo in docs/src/configuration.md (#200) 2021-07-05 22:38:35 +02:00
examples/eww-bar Proper wayland support (#125) 2021-05-03 21:14:34 +02:00
src slightly clean up widget_definitions.rs 2021-06-23 11:00:40 +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 Predefined variables/Magic vars (#117) 2021-05-11 18:45:29 +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 Added nix flake and nix shell (#205) 2021-07-11 16:03:03 +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 update docs link in readme 2021-06-22 23:47:38 +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 Added nix flake and nix shell (#205) 2021-07-11 16:03:03 +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.

Configuration Rework - USER OPINIONS NEEDED

Currently, a rework of the configuration language is planned. 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