Skip to content

elkowar/eww

Folders and files

NameName
Last commit message
Last commit date

Latest commit

a9aa0f9 · Mar 25, 2025
Oct 11, 2024
Mar 25, 2025
Feb 5, 2025
Dec 26, 2024
Oct 18, 2020
Aug 21, 2022
Feb 16, 2025
Feb 5, 2025
Sep 26, 2024
Oct 18, 2020
Dec 21, 2024
Aug 18, 2021
Oct 10, 2024
Oct 10, 2024
Oct 10, 2024
May 26, 2022
Oct 10, 2024
Feb 17, 2024
Oct 10, 2024

Repository files navigation

dependency status

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.

Dharmx also wrote a nice, beginner friendly introductory guide for eww here.

Check out another cool project by me

I'm currently busy working yolk, which is a dotfile management solution that supports a unique spin on templating: templating without template files.

To find out more, check out the website and documentation!

Examples

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

Activate Linux

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