forked from elkowar/eww
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
124 additions
and
14 deletions.
There are no files selected for viewing
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,29 @@ | ||
 | ||
|
||
|
||
# About | ||
# Eww | ||
|
||
Elkowar’s Wacky Widgets is a standalone Widget System made in rust to add AwesomeWM like widgets to any WM | ||
<img src="./.github/EwwLogo.svg" height="100" align="left"/> | ||
|
||
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. | ||
# Examples | ||
|
||
## 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. | ||
* A basic bar, see [examples](./examples/eww-bar) | ||
 | ||
|
||
# Examples | ||
* [Setup by Axarva](https://github.com/Axarva/dotfiles-2.0) | ||
 | ||
|
||
An example of an eww 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. Open a pull request once you're finished |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.