No description
* 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? |
||
---|---|---|
.github | ||
docs | ||
examples/eww-bar | ||
src | ||
.editorconfig | ||
.gitignore | ||
.vimspector.json | ||
Cargo.lock | ||
Cargo.toml | ||
default.nix | ||
flake.lock | ||
flake.nix | ||
gen-docs.ts | ||
LICENSE | ||
README.md | ||
rust-toolchain | ||
rustfmt.toml | ||
shell.nix |
Eww
Elkowar’s 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
-
A basic bar, see examples
Contribewwting
If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitely do so.
Steps
- Fork this repository
- Install dependencies
- Smash your head against the keyboard from frustration (coding is hard)
- Open a pull request once you're finished