No description
Find a file
Alessio 34d929f097
Added support to label text alignment. (#412)
* Added support to label text alignment.

Since labels in gtk can't be aligned via css (I still don't know why)
and can be only aligned using code, this patch adds support for this
functionality by adding the properties :xalign and :yalign to the label
expression.
The exact behavior is described by the docs.

* Updated changelog with :xalign and :yalign for labels
2022-04-29 14:06:20 +02:00
.github [FEATURE] New fancy yml issue templates (#369) 2021-12-09 21:31:56 +01:00
crates Added support to label text alignment. (#412) 2022-04-29 14:06:20 +02:00
docs Implement loop widget (#350) 2022-04-23 12:54:48 +02:00
examples/eww-bar Fix ram usage in example 2021-09-12 12:03:10 +02:00
.editorconfig CI/CD & Formatting (#6) 2020-10-18 23:25:00 +02:00
.gitignore Setup cargo workspace 2021-07-21 19:21:11 +02:00
.vimspector.json Cleanup 2020-11-21 22:17:21 +01:00
Cargo.lock fix: limit ipc socket filename length (#396) 2022-02-15 10:17:52 +01:00
Cargo.toml Replace lazy_static with once_cell 2021-07-29 15:30:00 +02:00
CHANGELOG.md Added support to label text alignment. (#412) 2022-04-29 14:06:20 +02:00
default.nix Added nix flake and nix shell (#205) 2021-07-11 16:03:03 +02:00
flake.lock fix: make shell.nix use flake.nix through flake-compat (#327) 2022-04-18 21:44:01 +02:00
flake.nix fix: make shell.nix use flake.nix through flake-compat (#327) 2022-04-18 21:44:01 +02:00
gen-docs.ts add properties to magic vars (#343) 2021-11-08 17:51:00 +01:00
LICENSE Add MIT license 2020-10-18 23:25:48 +02:00
README.md fix link of adi1090x nordic (#436) 2022-04-22 09:17:37 +02:00
rust-toolchain Update to latest nightly 2022-04-13 15:19:39 +02:00
shell.nix fix: make shell.nix use flake.nix through flake-compat (#327) 2022-04-18 21:44:01 +02:00
YUCK_MIGRATION.md Clean up example bar 2021-08-18 16:21:04 +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.

Current maintenance status

To those of you looking at the current slow progress, commit frequency and general activity: Don't worry, eww is not dead! I'm currently in the process of focussing on my bachelors thesis, thus work on eww has currently slowed down significantly. I hope to find more time to continue working on new features in the not-so-distant future.

Thanks for sticking around!

Examples

(Note that some of these still make use of the old configuration syntax.)

Rxyhn-rice

eww-top-bar

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. Write down your changes in CHANGELOG.md
  5. Open a pull request once you're finished