diff --git a/.github/EwwLogo.svg b/.github/EwwLogo.svg new file mode 100644 index 0000000..76de1ee --- /dev/null +++ b/.github/EwwLogo.svg @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/README.md b/README.md index 6bd7737..bdc0c07 100644 --- a/README.md +++ b/README.md @@ -1,25 +1,29 @@ -![Eww logo](./.github/EwwGithubPreview.png) -# About +# Eww -Elkowar’s Wacky Widgets is a standalone Widget System made in rust to add AwesomeWM like widgets to any WM + -Documentation can be found [here](https://elkowar.github.io/eww/main) +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. -# Contribewwting +Documentation can be found [here](https://elkowar.github.io/eww/main). -If you want to contribute anything, like adding new widgets, features or subcommands (Including sample configs), you should definitly do so. - -## Steps -1. Fork this repo -2. Install dependencies -3. Smash your head against the keyboard from frustration (coding is hard) -4. Open a pull request once you're finished. - -# Examples - -An example of an eww bar: +# Examples +* A basic bar, see [examples](./examples/eww-bar) ![Example 1](./examples/eww-bar/eww-bar.png) +* [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0) +![Axarva-rice](https://raw.githubusercontent.com/Axarva/dotfiles-2.0/main/screenshots/center.png) + + +## 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 diff --git a/examples/eww-bar/eww-bar.png b/examples/eww-bar/eww-bar.png index 72d61f6..e6de6a8 100644 Binary files a/examples/eww-bar/eww-bar.png and b/examples/eww-bar/eww-bar.png differ